@agorio/sdk • Docs
Interface: AgentStep
Properties
content?
optionalcontent:string
Defined in
src/types/index.ts:714
iteration
iteration:
number
Defined in
src/types/index.ts:709
timestamp
timestamp:
number
Defined in
src/types/index.ts:715
toolInput?
optionaltoolInput:Record<string,unknown>
Defined in
src/types/index.ts:712
toolName?
optionaltoolName:string
Defined in
src/types/index.ts:711
toolOutput?
optionaltoolOutput:unknown
Defined in
src/types/index.ts:713
type
type:
"thinking"|"tool_call"|"tool_result"|"final_answer"
Defined in
src/types/index.ts:710