Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
prompts/sdks/toSDK
PROVIDER_TO_SDK
Variable PROVIDER_TO_SDK
Const
PROVIDER_TO_SDK
:
{
ai
:
<
V
extends
Variables
>
(
__namedParameters
:
ToAIParams
<
V
>
,
)
=>
PartialAIParams
|
null
;
anthropic
:
<
V
extends
Variables
=
Variables
>
(
__namedParameters
:
ToAnthropicParams
<
V
>
,
)
=>
MessageCreateParams
|
null
;
openai
:
<
V
extends
Variables
=
Variables
>
(
__namedParameters
:
ToOpenAIParams
<
V
>
,
)
=>
ChatCompletionCreateParams
|
null
;
}
= ...
Map of SDK names to their corresponding conversion functions
Type Declaration
ai
:
<
V
extends
Variables
>
(
__namedParameters
:
ToAIParams
<
V
>
,
)
=>
PartialAIParams
|
null
anthropic
:
<
V
extends
Variables
=
Variables
>
(
__namedParameters
:
ToAnthropicParams
<
V
>
,
)
=>
MessageCreateParams
|
null
openai
:
<
V
extends
Variables
=
Variables
>
(
__namedParameters
:
ToOpenAIParams
<
V
>
,
)
=>
ChatCompletionCreateParams
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...
Map of SDK names to their corresponding conversion functions