Error
A valid request URL is required to generate request examples{
"attributes": {
"default_data_source": {
"id": 123,
"name": "<string>"
},
"default_tools": [
{
"id": 123,
"name": "<string>"
}
],
"name": "<string>",
"rag_results_per_source": 123,
"supports_tools": true
},
"id": "<string>",
"type": "<string>"
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}common
Get default tools and datasource for a specific chat
Get the default tools and datasource configured for a specific chat with redacted sensitive information
GET
/
common
/
chats
/
{id}
/
defaults
Error
A valid request URL is required to generate request examples{
"attributes": {
"default_data_source": {
"id": 123,
"name": "<string>"
},
"default_tools": [
{
"id": 123,
"name": "<string>"
}
],
"name": "<string>",
"rag_results_per_source": 123,
"supports_tools": true
},
"id": "<string>",
"type": "<string>"
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}{
"errors": [
{
"detail": "<string>",
"title": "<string>"
}
]
}Was this page helpful?