We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c1f4c commit 483ffc2Copy full SHA for 483ffc2
src/pages/[platform]/ai/conversation/tools/index.mdx
@@ -146,7 +146,7 @@ const schema = a.schema({
146
147
The Amplify data tool takes care of specifying the necessary input parameters to the LLM based on the query definition.
148
149
-Below is an illustrative example of a Lambda function handler for our `getWeather` query.
+Below is an illustrative example of a Lambda function handler for the `getWeather` query.
150
151
```ts title="amplify/data/getWeather.ts"
152
import { env } from "$amplify/env/getWeather";
0 commit comments