Skip to content
Merged
Show file tree
Hide file tree
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
22 changes: 11 additions & 11 deletions .speakeasy/gen.lock

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ generation:
generateNewTests: false
skipResponseBodyAssertions: false
python:
version: 0.35.36
version: 0.35.37
additionalDependencies:
dev: {}
main: {}
Expand Down
12 changes: 6 additions & 6 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ speakeasyVersion: 1.580.1
sources:
SyllableSDK:
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:bf587d81e50709c41db81162931cf901263ce47f00b34bbf2d11818a53664f95
sourceBlobDigest: sha256:6457fd685ddd768819084a39e881bf22864e043e11677f14f93775518dd3c097
sourceRevisionDigest: sha256:4b2238b8bcadef1b95128cf447b3816a609b6db3c7495652322feef5a1ae3c2c
sourceBlobDigest: sha256:66453046d4f1589e8815845cfa97a705eb89063e64ba50c518c0116ace18bba1
tags:
- latest
- speakeasy-sdk-regen-1752109193
- speakeasy-sdk-regen-1752152228
- 0.0.2
targets:
syllable-sdk:
source: SyllableSDK
sourceNamespace: syllable-sdk-oas
sourceRevisionDigest: sha256:bf587d81e50709c41db81162931cf901263ce47f00b34bbf2d11818a53664f95
sourceBlobDigest: sha256:6457fd685ddd768819084a39e881bf22864e043e11677f14f93775518dd3c097
sourceRevisionDigest: sha256:4b2238b8bcadef1b95128cf447b3816a609b6db3c7495652322feef5a1ae3c2c
sourceBlobDigest: sha256:66453046d4f1589e8815845cfa97a705eb89063e64ba50c518c0116ace18bba1
codeSamplesNamespace: code-samples-python-sdk-syllable-sdk-oas-code-samples
codeSamplesRevisionDigest: sha256:bea4dac57928cd181271867a293f7734ce2b04318a2d0b7f26ec0564ba9613e9
codeSamplesRevisionDigest: sha256:7f82dfae094d7afb7b33265a9eb23361a034fa7e71911b9b62a5ded4ae05cdf2
workflow:
workflowVersion: 1.0.0
speakeasyVersion: latest
Expand Down
12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -1506,4 +1506,14 @@ Based on:
### Generated
- [python v0.35.36] .
### Releases
- [PyPI v0.35.36] https://pypi.org/project/syllable-sdk/0.35.36 - .
- [PyPI v0.35.36] https://pypi.org/project/syllable-sdk/0.35.36 - .

## 2025-07-10 12:56:52
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.580.1 (2.656.3) https://github.com/speakeasy-api/speakeasy
### Generated
- [python v0.35.37] .
### Releases
- [PyPI v0.35.37] https://pypi.org/project/syllable-sdk/0.35.37 - .
4 changes: 2 additions & 2 deletions codeSamples.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ actions:
"tool_headers": {
"Authorization": "Basic sometoken",
},
"stt_provider": models.AgentSttProvider.GOOGLE_STT_V1,
"stt_provider": models.AgentSttProvider.GOOGLE_STT_V2,
"wait_sound": models.AgentWaitSound.NO_SOUND,
})

Expand Down Expand Up @@ -117,7 +117,7 @@ actions:
"tool_headers": {
"Authorization": "Basic sometoken",
},
"stt_provider": models.AgentSttProvider.GOOGLE_STT_V1,
"stt_provider": models.AgentSttProvider.GOOGLE_STT_V2,
"wait_sound": models.AgentWaitSound.NO_SOUND,
"id": 1,
})
Expand Down
2 changes: 1 addition & 1 deletion docs/models/agentcreate.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ Request model to create an agent.
| `variables` | Dict[str, *str*] | :heavy_check_mark: | Custom context variables for the conversation session. Keys should be prefixed with "vars.". | {<br/>"vars.location_name": "Main Street Pizza"<br/>} |
| `tool_headers` | Dict[str, *str*] | :heavy_check_mark: | Optional headers to include in tool calls for agent. | {<br/>"Authorization": "Basic sometoken"<br/>} |
| `agent_initiated` | *Optional[bool]* | :heavy_minus_sign: | Whether the agent initiates conversation with a user after the custom message is delivered | false |
| `stt_provider` | [OptionalNullable[models.AgentSttProvider]](../models/agentsttprovider.md) | :heavy_minus_sign: | Speech-to-text provider for the agent. | Google STT V1 |
| `stt_provider` | [OptionalNullable[models.AgentSttProvider]](../models/agentsttprovider.md) | :heavy_minus_sign: | Speech-to-text provider for the agent. | Google STT V2 |
| `wait_sound` | [OptionalNullable[models.AgentWaitSound]](../models/agentwaitsound.md) | :heavy_minus_sign: | Sound to play while waiting for a response from the LLM. | No Sound |
Loading