Skip to content

Commit

Permalink
Merge pull request #25 from fixie-ai/ben-tools-debugging
Browse files Browse the repository at this point in the history
stronger warning
  • Loading branch information
benlower authored Sep 25, 2024
2 parents eb769eb + b35c665 commit ff7124b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/src/content/docs/sdk.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,9 @@ Transcripts are an array of transcript objects. Each transcript has the followin
| medium | Medium | Either "voice" or "text". Denotes how the message was sent. |

### Debug Messages
<CallOut title="Subject to Change" text="The structure and content of debug messages are subject to change. Relying on the structure or content is not advised." />
:::danger[No Guarantee]
Debug messages from Ultravox should be treated as debug logs. They can change regularly and don't have a contract. Relying on the specific structure or content should be avoided.
:::
The state object also provides debug messages. Debug messages must be enabled when creating the `UltravoxSession` and then are available via an event listener similar to status and transcripts:

```javascript
Expand Down

0 comments on commit ff7124b

Please sign in to comment.