Agent Agent Prompt Override Configuration Prompt Configuration Inference Configuration Args
data class AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfigurationArgs(val maxLength: Output<Int>, val stopSequences: Output<List<String>>, val temperature: Output<Double>, val topK: Output<Int>, val topP: Output<Double>) : ConvertibleToJava<AgentAgentPromptOverrideConfigurationPromptConfigurationInferenceConfigurationArgs>
Constructors
Properties
Link copied to clipboard
List of stop sequences. A stop sequence is a sequence of characters that causes the model to stop generating the response.
Link copied to clipboard
Likelihood of the model selecting higher-probability options while generating a response. A lower value makes the model more likely to choose higher-probability options, while a higher value makes the model more likely to choose lower-probability options.