Package-level declarations

Types

Link copied to clipboard
class BedrockConverseParams(temperature: Double? = null, maxTokens: Int? = null, numberOfChoices: Int? = null, speculation: String? = null, schema: LLMParams.Schema? = null, toolChoice: LLMParams.ToolChoice? = null, user: String? = null, additionalProperties: Map<String, JsonElement>? = null, val topP: Double? = null, val stopSequences: List<String>? = null, val performanceConfig: PerformanceConfiguration? = null, val promptVariables: Map<String, PromptVariableValues>? = null, val requestMetadata: Map<String, String>? = null) : LLMParams

Bedrock Converse API parameters layered on top of LLMParams.