agent-plugin-limits / Exports / ILimitsPluginExecutionResult
Interface: ILimitsPluginExecutionResult
Indexable
▪ [key: string]: string | number | boolean | undefined
Table of contents
Properties
Properties
tokensUsed
• Optional tokensUsed: number
Defined in
agent-plugin-limits/src/limits-plugin.ts:42
cost
• Optional cost: number
Defined in
agent-plugin-limits/src/limits-plugin.ts:43
success
• Optional success: boolean