You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| `submitted` | Task has been received and queued |
360
+
| `working` | Task is being processed |
361
+
| `completed` | Task finished successfully |
362
+
| `failed` | Task failed with an error |
363
363
| `input_required` | Agent needs additional input from the user |
364
-
| `auth_required` | Authentication is required to continue |
364
+
| `auth_required` | Authentication is required to continue |
365
365
366
366
### Multi-Turn Conversations
367
367
@@ -527,10 +527,10 @@ curl -X POST http://localhost:8090/a2a \
527
527
528
528
A2A messages support an optional `metadata` field that can be used to pass additional parameters to control request routing and behavior. The following metadata fields are supported:
529
529
530
-
| Field | Type | Description |
531
-
|-------|------|-------------|
532
-
| `model` | `string` | Specify the LLM model to use for this request (e.g., `"gpt-4"`, `"llama3.1"`) |
533
-
| `provider` | `string` | Specify the LLM provider to use (e.g., `"openai"`, `"watsonx"`) |
0 commit comments