Skip to content

Commit 139b7e7

Browse files
committed
Make agentCard not required in a2a call schema
Signed-off-by: Emmanuel Allen <[email protected]>
1 parent 52eb7bf commit 139b7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

schema/workflow.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ $defs:
466466
- type: string
467467
title: WithA2AParameters
468468
description: The parameters object to send with the A2A method.
469-
required: [ agentCard, method ]
469+
required: [ method ]
470470
unevaluatedProperties: false
471471
- title: CallFunction
472472
description: Defines the function call to perform.

0 commit comments

Comments
 (0)