Components
DataSourceCreateRequest
Example Usage
Fields
Field | Type | Required | Description | Example |
---|---|---|---|---|
name | string | TRUE | The data source name. Must be unique within suborg. Cannot contain whitespace. | Rain |
description | string | FALSE | The description of the data source. | Information about rain. |
labels | string[] | FALSE | Searchable labels for the data source. Can be included in agent.prompt_tool_defaults for a given tool to give the agent access to data sources with those labels when calling that tool. | [ “Weather Info” ] |
chunk | boolean | TRUE | Whether the content should be split into smaller chunks. (This feature is coming in the future - currently this value will always be treated as False.) | false |
chunkDelimiter | string | FALSE | String that should be treated as delimiter between intended chunks. (This feature is coming in the future - currently this value will always be treated as None.) | |
text | string | TRUE | Information that the data source will provide to the agent accessing it. |