static InvocationContext.Builder |
InvocationContext.builder() |
|
InvocationContext.Builder |
InvocationContext.Builder.withContextVariableConverter(ContextVariableTypeConverter<?> converter) |
Add a context variable type converter to the builder.
|
InvocationContext.Builder |
InvocationContext.Builder.withKernelHooks(KernelHooks hooks) |
Add kernel hooks to the builder.
|
InvocationContext.Builder |
InvocationContext.Builder.withPromptExecutionSettings(PromptExecutionSettings promptExecutionSettings) |
Add prompt execution settings to the builder.
|
InvocationContext.Builder |
InvocationContext.Builder.withToolCallBehavior(ToolCallBehavior toolCallBehavior) |
Add tool call behavior to the builder.
|