HandoffConfig
Defined in the Workflow Aliases module.Rust AI Agent SDK Handoff configuration for agent-to-agent transfers
Fields
| Name | Type | Description |
|---|---|---|
target | String | Target agent name |
message | Option<String> | Handoff message/context |
include_history | bool | Whether to include conversation history |
metadata | std::collections::HashMap<String | Custom metadata |
serde_json | :Value> | Custom metadata |
Methods
new
| Name | Type |
|---|---|
target | impl Into<String> |
message
| Name | Type |
|---|---|
message | impl Into<String> |
include_history
| Name | Type |
|---|---|
include | bool |
metadata
| Name | Type |
|---|---|
key | impl Into<String> |
value | serde_json::Value |
Source
View on GitHub
praisonai/src/parity/workflow_aliases.rs at line 140
