OutputFormat Type
Output format the agent should produce. Controls the formatting instruction appended to the system prompt.
Union cases
| Union case |
Description
|
Full Usage:
Custom formatInstruction
Parameters:
string
|
Custom format described by a freeform instruction
|
Full Usage:
FreeText
|
No format constraint — agent responds in natural language |
Full Usage:
Json schema
Parameters:
string option
|
JSON output, optionally constrained to a schema
|
Full Usage:
Markdown
|
Markdown-formatted output |
Instance members
| Instance member |
Description
|
Full Usage:
this.IsCustom
Returns: bool
|
|
Full Usage:
this.IsFreeText
Returns: bool
|
|
Full Usage:
this.IsJson
Returns: bool
|
|
Full Usage:
this.IsMarkdown
Returns: bool
|
|
Nao