ToolMessageDelayed

interface ToolMessageDelayed : ToolMessageDelayedProperties

This message is triggered when the tool call is delayed.

  • The user talks with the assistant while your server is processing the request. Default is "Sorry, a few more seconds."
  • The server doesn't respond within timingMilliseconds.
  • This message is never triggered for async tool calls.

  • Properties

    Link copied to clipboard
    abstract var content: String

    This is the content that the assistant says when this message is triggered.

    Link copied to clipboard
    abstract var timingMilliseconds: Int

    The number of milliseconds to wait for the server response before saying this message.