@molroo-ai/sdk
Preparing search index...
ChatInput
Interface ChatInput
Raw chat input sent to the API (used internally by the SDK).
interface
ChatInput
{
appraisal
?:
AppraisalVector
;
from
:
string
;
message
:
string
;
to
:
string
;
}
Index
Properties
appraisal?
from
message
to
Properties
Optional
appraisal
appraisal
?:
AppraisalVector
from
from
:
string
message
message
:
string
to
to
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
appraisal
from
message
to
@molroo-ai/sdk
Loading...
Raw chat input sent to the API (used internally by the SDK).