We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a00ce commit ec84aabCopy full SHA for ec84aab
common/src/templates/initial-agents-dir/types/agent-definition.ts
@@ -15,6 +15,7 @@
15
*/
16
17
import type { Message } from './codebuff-message'
18
+import { ToolResultOutput } from './content-part'
19
import type * as Tools from './tools'
20
type ToolName = Tools.ToolName
21
@@ -184,7 +185,7 @@ export interface AgentDefinition {
184
185
void,
186
{
187
agentState: AgentState
- toolResult: string | undefined
188
+ toolResult: ToolResultOutput[] | undefined
189
stepsComplete: boolean
190
}
191
>
0 commit comments