Enables model context for an agent
Label | Property | Type | Description | Default Value | Is Required |
---|
Tools | tools | botdojo/interface/tool | Tools to use | null | ✅ |
Prompts | prompts | botdojo/interface/prompt | Prompts to use | null | ✅ |
Resources | resources | botdojo/types/model_context/resource | Resources to use | null | ✅ |
Properties
Label | Property | Type | Description | Default Value | Is Required |
---|
name | name | botdojo/types/string | Name of the model context | null | |
description | description | botdojo/types/string | Description of the model context | null | |
prefix | prefix | botdojo/types/string | Prefix of the model context | null | |
sessionKey | sessionKey | botdojo/types/string | Session key to keep enabled tool state | null | ✅ |
Output
Label | Property | Type | Description | Default Value |
---|
Model Context | modelContext | botdojo/interface/model_context | Model context | null |