koog-agents
Toggle table of contents
0.3.0
common
Platform filter
common
Switch theme
Search in API
koog-agents
prompt-executor-openai-client
/
ai.koog.prompt.executor.clients.openai
/
OpenAIClientSettings
/
OpenAIClientSettings
Open
AIClient
Settings
constructor
(
baseUrl
:
String
=
"https://api.openai.com"
,
timeoutConfig
:
ConnectionTimeoutConfig
=
ConnectionTimeoutConfig()
,
chatCompletionsPath
:
String
=
"v1/chat/completions"
,
embeddingsPath
:
String
=
"v1/embeddings"
,
moderationsPath
:
String
=
"v1/moderations"
)
(
source
)