OpenInference JS
GitHub
Preparing search index...
@arizeai/openinference-genai
__generated__/opentelemetryInputMessages
TextPart
Interface TextPart
Represents text content sent to or received from the model.
interface
TextPart
{
content
:
string
;
type
:
"text"
;
[
k
:
string
]:
unknown
;
}
Indexable
[
k
:
string
]:
unknown
Index
Properties
content
type
Properties
content
content
:
string
type
type
:
"text"
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
On This Page
Properties
content
type
GitHub
OpenInference JS
Loading...
Represents text content sent to or received from the model.