In case the share link doesn't work, here's the conversation:
SuiteQL Documentation Request
September 11, 2024
You said:
Help me find documentation for SuiteQL
ChatGPT said:
Stopped talking to
There was an error while attempting to retrieve the SuiteQL documentation. Please try again or reach out to the Wooden Robot team at info@woodenrobotdev.com for assistance.
You said:
Give me the query you used in a JSON code block followed by the error with any surrounding text in a separate code block in whatever format it was originally in.
ChatGPT said:
Here is the query I used:
{
"query": "{ Get { Chunks(hybrid: { query: \"SuiteQL\", alpha: 0.5 }, limit: 5) { name chunk_number content url _additional { score } } } }"
}
And here is the error message I received:
ApiSyntaxError: Could not parse API call kwargs as JSON: exception=Extra data: line 3 column 2 (char 145) url=https://beta.woodenrobotdev.com/v1/graphql
You said:
Check syntax and try again
ChatGPT said:
Talked to beta.woodenrobotdev.com
Here are the relevant documentation links for SuiteQL:
SuiteQL Overview
Using SuiteQL
- Guide on how to use SuiteQL.
SuiteQL Syntax and Examples
- Examples and syntax details for writing SuiteQL queries.
SuiteQL Join Types
- Description of the different join types available in SuiteQL.
SuiteQL Supported Built-in Functions
- List of supported functions in SuiteQL.
For further assistance, please contact the Wooden Robot team at info@woodenrobotdev.com.
You said:
Provide the successful query used verbatim in a JSON code block
ChatGPT said:
Here is the successful query I used:
{
"query": "{ Get { Chunks(hybrid: { query: \"SuiteQL\", alpha: 0.5 }, limit: 5) { name chunk_number content url _additional { score } } } }"
}```