mirror of
https://github.com/hwchase17/langchain.git
synced 2025-09-08 22:42:05 +00:00
community: docstrings toolkits
(#23616)
Added missed docstrings. Formatted docstrings to the consistent form.
This commit is contained in:
@@ -288,6 +288,9 @@ class OpenAIAssistantV2Runnable(OpenAIAssistantRunnable):
|
||||
Union[List[OpenAIAssistantAction], OpenAIAssistantFinish]. Otherwise,
|
||||
will return OpenAI types
|
||||
Union[List[ThreadMessage], List[RequiredActionFunctionToolCall]].
|
||||
|
||||
Raises:
|
||||
BaseException: If an error occurs during the invocation.
|
||||
"""
|
||||
|
||||
config = ensure_config(config)
|
||||
|
Reference in New Issue
Block a user