Skip to content

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

Defined in

agent-plugin-limits/src/limits-plugin.ts:44

Released under the MIT License.