Skip to content

Commit f5cd110

Browse files
committed
docstring fix
1 parent 4e548fe commit f5cd110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

agentstack/_tools/agentql/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def query_data(url: str, query: Optional[str], prompt: Optional[str]) -> dict:
1919
2020
Here is a guide on AgentQL query syntax:
2121
22-
Enclose all AgentQL query terms within curly braces `{}`. The following query structure isn't valid because the term "social/media/links" is wrongly enclosed within parenthesis `()`.
22+
Enclose all AgentQL query terms within curly braces `{}`. The following query structure isn't valid because the term "social_media_links" is wrongly enclosed within parenthesis `()`.
2323
2424
```
2525
( # Should be {

0 commit comments

Comments
 (0)