@squidcloud/client
Preparing search index...
AllAiAgentChatOptions
Type Alias AllAiAgentChatOptions
AllAiAgentChatOptions
:
{
[
K
in
|
keyof
BaseAiAgentChatOptions
|
keyof
GeminiChatOptions
|
keyof
OpenAiReasoningChatOptions
|
keyof
OpenAiChatOptions
|
keyof
AnthropicChatOptions
]
?:
|
(
K
extends
keyof
BaseAiAgentChatOptions
?
BaseAiAgentChatOptions
[
K
]
:
never
)
|
(
K
extends
keyof
GeminiChatOptions
?
GeminiChatOptions
[
K
]
:
never
)
|
(
K
extends
keyof
OpenAiReasoningChatOptions
?
OpenAiReasoningChatOptions
[
K
]
:
never
)
|
(
K
extends
keyof
OpenAiChatOptions
?
OpenAiChatOptions
[
K
]
:
never
)
|
(
K
extends
keyof
AnthropicChatOptions
?
AnthropicChatOptions
[
K
]
:
never
)
}
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@squidcloud/client
Loading...