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
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
5583
+
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
5584
+
5585
+
</dd>
5586
+
</dl>
5587
+
5588
+
<dl>
5589
+
<dd>
5590
+
5591
+
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
5592
+
5593
+
</dd>
5594
+
</dl>
5595
+
5596
+
<dl>
5597
+
<dd>
5598
+
5599
+
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
**tool_calls:**`typing.Optional[typing.Sequence[ChatCompletionMessageToolCall]]` — The list of tool calls requested.
5710
+
**tool_calls:**`typing.Optional[typing.Sequence[ChatCompletionMessageToolCallInput]]` — The list of tool calls requested.
5591
5711
5592
5712
</dd>
5593
5713
</dl>
@@ -5691,7 +5811,23 @@ for chunk in response:
5691
5811
<dl>
5692
5812
<dd>
5693
5813
5694
-
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
5814
+
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
5815
+
5816
+
</dd>
5817
+
</dl>
5818
+
5819
+
<dl>
5820
+
<dd>
5821
+
5822
+
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
5823
+
5824
+
</dd>
5825
+
</dl>
5826
+
5827
+
<dl>
5828
+
<dd>
5829
+
5830
+
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
**config:**`typing.Optional[LettaRequestConfig]` — Configuration options for the LettaRequest.
5931
+
**use_assistant_message:**`typing.Optional[bool]` — Whether the server should parse specific tool call arguments (default `send_message`) as `AssistantMessage` objects.
5932
+
5933
+
</dd>
5934
+
</dl>
5935
+
5936
+
<dl>
5937
+
<dd>
5938
+
5939
+
**assistant_message_tool_name:**`typing.Optional[str]` — The name of the designated message tool.
5940
+
5941
+
</dd>
5942
+
</dl>
5943
+
5944
+
<dl>
5945
+
<dd>
5946
+
5947
+
**assistant_message_tool_kwarg:**`typing.Optional[str]` — The name of the message argument in the designated message tool.
0 commit comments