Skip to main content

OneShotAgentResult

@nmi-agro/fdm-source


@nmi-agro/fdm-source / fdm-agents/src / OneShotAgentResult

Interface: OneShotAgentResult

Defined in: fdm-agents/src/runners/one-shot.ts:6

Properties

result

result: string

Defined in: fdm-agents/src/runners/one-shot.ts:7


runId

runId: string

Defined in: fdm-agents/src/runners/one-shot.ts:9


structuredResponse?

optional structuredResponse?: Record<string, unknown>

Defined in: fdm-agents/src/runners/one-shot.ts:8


threadId

threadId: string

Defined in: fdm-agents/src/runners/one-shot.ts:10


toolCalls?

optional toolCalls?: string[]

Defined in: fdm-agents/src/runners/one-shot.ts:16


usage

usage: { inputTokens: number; outputTokens: number; totalTokens: number; } | null

Defined in: fdm-agents/src/runners/one-shot.ts:11