Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 1 addition & 18 deletions api-reference/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -671,7 +671,7 @@
},
"post": {
"summary": "Create Agent Session",
"description": "Start a conversation session with an agent and receive a join token for the\nsession transport (currently LiveKit WebRTC). Authenticate with an API key to\nstart sessions with any agent in your team; without credentials only agents\npublished as public are reachable, and the request `Origin` must match the\nagent's allowed origins.\n\n`language` (and `overrides.language`) accepts `en`, `ja`, `zh`, `ko`, `es`,\n`fr`, `de`; anything else is 422. Omit it to use the agent's configured\nbehavior (including automatic language detection when enabled).",
"description": "Start a conversation session with an agent and receive a join token for the\nsession transport (currently LiveKit WebRTC). Authenticate with an API key to\nstart sessions with any agent in your team; without credentials only agents\npublished as public are reachable, and the request `Origin` must match the\nagent's allowed origins.\n\n`language` (and `overrides.language`) accepts `en`, `ja`, `zh`, `ko`, `es`,\n`fr`, `de`; anything else is 422. Omit it to use the agent's configured\nspeaking language.",
"security": [
{
"BearerAuth": []
Expand Down Expand Up @@ -11704,18 +11704,6 @@
"PublicSystemToolsPatch": {
"additionalProperties": false,
"properties": {
"language_detection": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": null,
"title": "Language Detection"
},
"hang_up_call": {
"anyOf": [
{
Expand Down Expand Up @@ -12058,11 +12046,6 @@
},
"AgentSystemToolsConfig": {
"properties": {
"language_detection": {
"default": false,
"title": "Language Detection",
"type": "boolean"
},
"hang_up_call": {
"default": false,
"title": "Hang Up Call",
Expand Down
Loading