mirror of
https://github.com/usestrix/strix.git
synced 2026-08-28 05:25:00 +00:00
Correct the notes docstring to match how notes reach the agent
This commit is contained in:
parent
c5eac30bf0
commit
fb4c3df9b5
1 changed files with 3 additions and 2 deletions
|
|
@ -61,8 +61,9 @@ class McpConnectionConfig(BaseModel):
|
|||
|
||||
notes: str | None = None
|
||||
"""Free-text notes for the agent describing what this connection is and how
|
||||
to use it. When set, they are prefixed onto each of the connection's tool
|
||||
descriptions so the agent sees them."""
|
||||
to use it. When set, the runner collects the notes of every connection into
|
||||
a single block on the root task, so a note describes its connection once
|
||||
rather than being repeated onto each of its tools."""
|
||||
|
||||
@model_validator(mode="after")
|
||||
def _check_transport_fields(self) -> McpConnectionConfig:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue