Arize Phoenix TS
Preparing search index...
@arizeai/phoenix-client
schemas/llm/converters
toOpenAIChatPart
Function toOpenAIChatPart
toOpenAIChatPart
(
part
:
LLMMessagePart
,
)
:
|
{
text
:
string
;
type
:
"text"
}
|
{
image_url
:
{
url
:
string
}
;
type
:
"image_url"
}
|
null
Parameters
part
:
LLMMessagePart
Returns
|
{
text
:
string
;
type
:
"text"
}
|
{
image_url
:
{
url
:
string
}
;
type
:
"image_url"
}
|
null
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Arize Phoenix TS
Loading...