@agorio/sdk • Docs
Interface: AgentStreamEvent
Properties
error?
optionalerror:string
Defined in
src/types/index.ts:740
iteration
iteration:
number
Defined in
src/types/index.ts:734
result?
optionalresult:AgentResult
Defined in
src/types/index.ts:739
text?
optionaltext:string
Defined in
src/types/index.ts:735
timestamp
timestamp:
number
Defined in
src/types/index.ts:741
toolInput?
optionaltoolInput:Record<string,unknown>
Defined in
src/types/index.ts:737
toolName?
optionaltoolName:string
Defined in
src/types/index.ts:736
toolOutput?
optionaltoolOutput:unknown
Defined in
src/types/index.ts:738
type
type:
"error"|"tool_call"|"tool_result"|"text_delta"|"done"
Defined in
src/types/index.ts:733