We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bc975 commit c26496bCopy full SHA for c26496b
2 files changed
.agents/types/util-types.ts
@@ -117,7 +117,7 @@ export type AssistantMessage = {
117
} & AuxiliaryData
118
119
export type ToolMessage = {
120
- type: 'tool'
+ role: 'tool'
121
content: ToolResultPart
122
123
common/src/templates/initial-agents-dir/types/util-types.ts
0 commit comments