AI agent for extract requests
The AI agent to be used for extraction.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of AI agent to be used for extraction. Available options: ai_agent_extract. |
long_text | AI agent long text tool | No | |
basic_text | AI agent basic text tool | No | |
basic_image | AI agent basic text tool | No |
Example
AI agent for question requests
The AI agent used to handle queries.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of AI agent used to handle queries. Available options: ai_agent_ask. |
long_text | AI agent long text tool | No | |
basic_text | AI agent basic text tool | No | |
spreadsheet | AI agent spreadsheet tool | No | |
long_text_multi | AI agent long text tool | No | |
basic_text_multi | AI agent basic text tool | No | |
basic_image | AI agent basic text tool | No | |
basic_image_multi | AI agent basic text tool | No |
Example
AI agent for structured extract request
The AI agent to be used for structured extraction.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of AI agent to be used for extraction. Available options: ai_agent_extract_structured. |
long_text | AI agent long text tool | No | |
basic_text | AI agent basic text tool | No | |
basic_image | AI agent basic text tool | No |
Example
AI agent for text generation requests
The AI agent used for generating text.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of AI agent used for generating text. Available options: ai_agent_text_gen. |
basic_gen | AI agent basic text generation tool | No |
Example
AI agent reference
The AI agent used to handle queries.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
type | enum<string> | Yes | The type of AI agent used to handle queries. Available options: ai_agent_id. |
id | string | Yes | The ID of an Agent. This can be a numeric ID for custom agents (for example, 14031) or a unique identifier for pre-built agents (for example, enhanced_extract_agent for the Enhanced Extract Agent). |
Example
AI extract response
AI extract response. The content of this response may vary depending on the requested configuration.Attributes and example
Attributes and example
Example
AI extract structured response
AI extract structured response.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
answer | AI extract response | Yes | |
created_at | string | Yes | The ISO date formatted timestamp of when the answer to the prompt was created. |
completion_reason | string | No | The reason the response finishes. |
confidence_score | object | No | The confidence score levels and numeric values for each extracted field as a JSON dictionary. This can be empty if no field could be extracted. |
reference | object | No | The reference for each extracted field as a JSON dictionary. This can be empty if no field could be extracted. |
ai_agent_info | The information on the models and processors used in the request. | No |
Example
AI response
AI response.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
answer | string | Yes | The answer provided by the LLM. |
created_at | string | Yes | The ISO date formatted timestamp of when the answer to the prompt was created. |
completion_reason | string | No | The reason the response finishes. |
ai_agent_info | The information on the models and processors used in the request. | No |
Example
AI response (Full)
AI ask response.Attributes and example
Attributes and example
| Property | Type | Required | Description |
|---|---|---|---|
answer | string | Yes | The answer provided by the LLM. |
created_at | string | Yes | The ISO date formatted timestamp of when the answer to the prompt was created. |
completion_reason | string | No | The reason the response finishes. |
ai_agent_info | The information on the models and processors used in the request. | No | |
citations | array of The citation of the LLM's answer reference | No | The citations of the LLM’s answer reference. |
Example
