You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
5930
-
5931
-
</dd>
5932
-
</dl>
5933
-
5934
-
<dl>
5935
-
<dd>
5936
-
5937
-
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
5938
-
5939
-
</dd>
5940
-
</dl>
5941
-
5942
-
<dl>
5943
-
<dd>
5944
-
5945
-
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
5887
+
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
5946
5888
5947
5889
</dd>
5948
5890
</dl>
@@ -6157,23 +6099,7 @@ for chunk in response:
6157
6099
<dl>
6158
6100
<dd>
6159
6101
6160
-
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
6161
-
6162
-
</dd>
6163
-
</dl>
6164
-
6165
-
<dl>
6166
-
<dd>
6167
-
6168
-
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
6169
-
6170
-
</dd>
6171
-
</dl>
6172
-
6173
-
<dl>
6174
-
<dd>
6175
-
6176
-
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
6102
+
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
6177
6103
6178
6104
</dd>
6179
6105
</dl>
@@ -6213,8 +6139,8 @@ for chunk in response:
6213
6139
<dl>
6214
6140
<dd>
6215
6141
6216
-
Asynchronously process a user message and return a job ID.
6217
-
The actual processing happens in the background, and the status can be checked using the job ID.
6142
+
Asynchronously process a user message and return a run object.
6143
+
The actual processing happens in the background, and the status can be checked using the run ID.
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
6278
-
6279
-
</dd>
6280
-
</dl>
6281
-
6282
-
<dl>
6283
-
<dd>
6284
-
6285
-
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
6286
-
6287
-
</dd>
6288
-
</dl>
6289
-
6290
-
<dl>
6291
-
<dd>
6292
-
6293
-
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
6203
+
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
0 commit comments