feat: Updated the example role configuration file to also have the prompt field

This commit is contained in:
2025-11-05 15:25:01 -07:00
parent f09cbd2b32
commit 9f15f01871
+4 -2
View File
@@ -3,8 +3,10 @@
name: <role-name> # The name of the role name: <role-name> # The name of the role
model: openai:gpt-4o # The model to use for this role model: openai:gpt-4o # The model to use for this role
temperature: 0.2 # The temperature to use for this role when querying the model temperature: 0.2 # The temperature to use for this role when querying the model
top_p: null # The top_p to use for this role when querying the model top_p: 0 # The top_p to use for this role when querying the model
enabled_tools: fs_ls,fs_cat # A comma-separated list of tools to enable for this role enabled_tools: fs_ls,fs_cat # A comma-separated list of tools to enable for this role
enabled_mcp_servers: github,gitmcp # A comma-separated list of MCP servers to enable for this role enabled_mcp_servers: github,gitmcp # A comma-separated list of MCP servers to enable for this role
prompt: null # A custom prompt to use for this role that will immediately query
# the model for output instead of using the instructions below
--- ---
You are an expert at doing things. This is where I would write the instructions for the role. You are an expert at doing things. This is where you write the instructions for the role.