Llm Operations Prompts Properties
data class LlmOperationsPromptsProperties(val maybePromptTemplate: String = "maybe_prompt_contribution", val generateExamplesByDefault: Boolean = true, val defaultTimeout: Duration = Duration.ofSeconds(60))
Properties for the ChatClientLlmOperations operations
Parameters
maybe Prompt Template
template to use for the "maybe" prompt, which
can enable a failure result if the LLM does not have enough information to
create the desired output structure.