mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-17 13:01:48 +00:00
fix: syntax error in function docs (#14641)
fix syntax error in function docs
This commit is contained in:
parent
9be08a1956
commit
ff10f30149
@ -172,7 +172,7 @@ class OpenAIAssistantRunnable(RunnableSerializable[Dict, OutputType]):
|
|||||||
Args:
|
Args:
|
||||||
name: Assistant name.
|
name: Assistant name.
|
||||||
instructions: Assistant instructions.
|
instructions: Assistant instructions.
|
||||||
tools: Assistant tools. Can be passed in in OpenAI format or as BaseTools.
|
tools: Assistant tools. Can be passed in OpenAI format or as BaseTools.
|
||||||
model: Assistant model to use.
|
model: Assistant model to use.
|
||||||
client: OpenAI client. Will create default client if not specified.
|
client: OpenAI client. Will create default client if not specified.
|
||||||
|
|
||||||
@ -217,7 +217,7 @@ class OpenAIAssistantRunnable(RunnableSerializable[Dict, OutputType]):
|
|||||||
|
|
||||||
Return:
|
Return:
|
||||||
If self.as_agent, will return
|
If self.as_agent, will return
|
||||||
Union[List[OpenAIAssistantAction], OpenAIAssistantFinish]. Otherwise
|
Union[List[OpenAIAssistantAction], OpenAIAssistantFinish]. Otherwise,
|
||||||
will return OpenAI types
|
will return OpenAI types
|
||||||
Union[List[ThreadMessage], List[RequiredActionFunctionToolCall]].
|
Union[List[ThreadMessage], List[RequiredActionFunctionToolCall]].
|
||||||
"""
|
"""
|
||||||
|
Loading…
Reference in New Issue
Block a user