Package-level declarations
Types
Link copied to clipboard
interface RequestCompleteCondition
This is a condition that the tool call arguments must meet in order for this message to be triggered.
Link copied to clipboard
interface RequestCompleteMessages
These are the messages that will be spoken to the user.
If these are not returned, assistant will speak:
- a request-complete message from tool.messages, if it exists
- a response generated by the model, if not
Link copied to clipboard
interface RequestFailedCondition
This is a condition that the tool call arguments must meet in order for this message to be triggered.
Link copied to clipboard
interface RequestFailedMessages
These are the messages that will be spoken to the user.
If these are not returned, assistant will speak:
- a request-failed message from tool.messages, if it exists
- a response generated by the model, if not
Link copied to clipboard