CreateOpenAICompatRouterOptions
Properties
Section titled “Properties”agentId?
Section titled “agentId?”optional agentId?: string;apiKey?
Section titled “apiKey?”optional apiKey?: string;clientTools?
Section titled “clientTools?”optional clientTools?: string[];runtime
Section titled “runtime”runtime: OpenAICompatRuntime;sessionKey?
Section titled “sessionKey?”optional sessionKey?: (req) => string | undefined;Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
|
|
|
Returns
Section titled “Returns”string | undefined
systemPromptMode?
Section titled “systemPromptMode?”optional systemPromptMode?: SystemPromptMode;