File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -123,7 +123,7 @@ def create(
123
123
124
124
def execute (
125
125
self ,
126
- name : str ,
126
+ name : str | None = None ,
127
127
version : str | None = None ,
128
128
inputs : Optional [dict [str , Any ]] = None ,
129
129
batch : bool = True ,
@@ -134,7 +134,7 @@ def execute(
134
134
"""Execute an agent with the given arguments.
135
135
136
136
Args:
137
- name: Name of the agent to execute
137
+ name: Name of the agent to execute. If not provided, we use the prompt to identify the unique agent.
138
138
version: Optional version of the agent to execute
139
139
inputs: Optional inputs to the agent
140
140
batch: Whether to process in batch mode (async)
Original file line number Diff line number Diff line change 1
- __version__ = "0.3.1 "
1
+ __version__ = "0.3.2 "
You can’t perform that action at this time.
0 commit comments