Skip to content

Commit

Permalink
fix_query (#8683)
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilNagpure07 committed Jan 25, 2024
1 parent 5170384 commit 379414b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/sql/tutorials/create-chatbot.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Now let's create an AI agent using the above model and skill.
```sql
CREATE AGENT support_agent
USING
model = my_model, -- this was created with CREATE MODEL
model = 'my_model', -- this was created with CREATE MODEL
skills = ['text_to_sql_skill']; -- this was created with CREATE SKILL
```

Expand Down

0 comments on commit 379414b

Please sign in to comment.