llmRequestExecutorService
fun llmRequestExecutorService(executor: ExecutorService?): AIAgentConfig.Companion.AIAgentConfigBuilder(source)
Sets the executor service for handling LLM (Language Learning Model) requests.
Return
The current instance of AIAgentConfigBuilder, allowing for method chaining.
Parameters
executor
The executor service to be used for executing LLM-related tasks. If null, no specific executor will be set.