Skip to content

Content Source List

typestringrequired
Value:"content_source.list"
Example:"content_source.list"
total_countintegerrequired

The total number of content sources used by AI Agent in the conversation.

Example:1
content_sourcesArray of objects(Content Source)required

The content sources used by AI Agent in the conversation.

{ "type": "content_source.list", "total_count": 1, "content_sources": [ {} ] }