Skip to content

Commit 483ffc2

Browse files
authored
our -> the
1 parent 15c1f4c commit 483ffc2

File tree

1 file changed

+1
-1
lines changed
  • src/pages/[platform]/ai/conversation/tools

1 file changed

+1
-1
lines changed

src/pages/[platform]/ai/conversation/tools/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ const schema = a.schema({
146146

147147
The Amplify data tool takes care of specifying the necessary input parameters to the LLM based on the query definition.
148148

149-
Below is an illustrative example of a Lambda function handler for our `getWeather` query.
149+
Below is an illustrative example of a Lambda function handler for the `getWeather` query.
150150

151151
```ts title="amplify/data/getWeather.ts"
152152
import { env } from "$amplify/env/getWeather";

0 commit comments

Comments
 (0)