Skip to content

Commit

Permalink
generate from public API
Browse files Browse the repository at this point in the history
  • Loading branch information
stephenhandley committed Mar 20, 2024
1 parent 1cfd443 commit d928394
Showing 1 changed file with 20 additions and 4 deletions.
24 changes: 20 additions & 4 deletions fern/openapi/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
"url": "https://api.vocode.dev",
"description": "Production environment",
"x-fern-server-name": "Production"
},
{
"url": "https://5253-50-113-76-49.ngrok-free.app",
"description": "Development environment"
}
],
"paths": {
Expand Down Expand Up @@ -2041,6 +2037,11 @@
"type": "boolean",
"title": "Run Do Not Call Detection",
"default": false
},
"llm_temperature": {
"type": "number",
"title": "Llm Temperature",
"default": 0.0
}
},
"type": "object",
Expand Down Expand Up @@ -2179,6 +2180,11 @@
"type": "boolean",
"title": "Run Do Not Call Detection",
"default": false
},
"llm_temperature": {
"type": "number",
"title": "Llm Temperature",
"default": 0.0
}
},
"type": "object",
Expand Down Expand Up @@ -2704,6 +2710,11 @@
"type": "boolean",
"title": "Run Do Not Call Detection",
"default": false
},
"llm_temperature": {
"type": "number",
"title": "Llm Temperature",
"default": 0.0
}
},
"type": "object",
Expand Down Expand Up @@ -3227,6 +3238,11 @@
"type": "boolean",
"title": "Run Do Not Call Detection",
"default": false
},
"llm_temperature": {
"type": "number",
"title": "Llm Temperature",
"default": 0.0
}
},
"type": "object",
Expand Down

0 comments on commit d928394

Please sign in to comment.