Skip to content

Interface: ToolCallInfo

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Query / ToolCallInfo

Interface: ToolCallInfo

Defined in: src/types/query.ts:20

Tool call information returned by constraint-mode NL queries.

Properties

arguments

arguments: unknown

Defined in: src/types/query.ts:24

Tool arguments.


confidence

confidence: number

Defined in: src/types/query.ts:26

Translation confidence (0.0 - 1.0).


name

name: string

Defined in: src/types/query.ts:22

Tool name that was invoked.