Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.25 KB

File metadata and controls

24 lines (16 loc) · 1.25 KB

AIConfigVariationPost

Properties

Name Type Description Notes
comment String Human-readable description of this variation [optional]
description String Returns the description for the agent. This is only returned for agent variations. [optional]
instructions String Returns the instructions for the agent. This is only returned for agent variations. [optional]
key String
messages List<Message> [optional]
model Object [optional]
name String
modelConfigKey String [optional]
outputFormat Map<String, Object> JSON Schema defining the structured output format for the variation. [optional]
tools List<VariationToolPost> List of tools to use for this variation. The latest version of the tool will be used. [optional]
toolKeys List<String> List of tool keys to use for this variation. The latest version of the tool will be used. [optional]
judgeConfiguration JudgeConfiguration [optional]