Iron Gorilla Developers

ChatOutputDefinition

Declarative contract selecting the chat-facing value from final step output.

SDK v2026.4.0

Kind: interface

Signature

Example
export interface ChatOutputDefinition

Properties

  • path (string): Dot-path into the final step output, for example reply or result.markdown.
  • format (ChatOutputFormat): Rendering format for the selected chat-facing value.

On this page