This is currently under development.

Schema

context:
  name: ide
  description: Provides information about the assistant.
  parameters:
    type: object
    properties:
      includeToolsInMarkdown:
        type: boolean
        description: Whether to include tools in the markdown.
    availableTools:
      type: array
      items:
        type: string
        description: The available tools.
    speechId:
      type: string
      description: The speech ID.
    usingAudioModality:
      type: boolean
      description: Whether the audio modality is being used.