customize

abstract fun customize(options: ChatOptions, params: LLMParams, model: LLModel): ChatOptions(source)

Customize the given options based on the original Koog params and model.

Return

the customized (or original) org.springframework.ai.chat.prompt.ChatOptions