Create Team Relation
create_team_relationEstablishes or modifies a team relationship between two agents, setting the relation type to boss or coworker.
Instructions
Create or update a team relation between two agents. relation_type must be boss or coworker.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | Yes | ||
| source_id | Yes | ||
| target_id | Yes | ||
| relation_type | Yes | ||
| source_handle | No | ||
| target_handle | No |