Mayson Monorepo Documentation
Preparing search index...
packages/types/src
AIMessageResponse
Interface AIMessageResponse
Response from the AI message() method
interface
AIMessageResponse
{
text
:
string
;
usage
:
AITokenUsage
;
cost
:
number
;
costBreakdown
:
AICostBreakdown
;
}
Index
Properties
text
usage
cost
cost
Breakdown
Properties
text
text
:
string
usage
usage
:
AITokenUsage
cost
cost
:
number
cost
Breakdown
costBreakdown
:
AICostBreakdown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
text
usage
cost
cost
Breakdown
Mayson Monorepo Documentation
Loading...
Response from the AI message() method