mirror of
https://github.com/hwchase17/langchain.git
synced 2025-05-16 12:32:06 +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:
|
||||
name: Assistant name.
|
||||
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.
|
||||
client: OpenAI client. Will create default client if not specified.
|
||||
|
||||
@ -217,7 +217,7 @@ class OpenAIAssistantRunnable(RunnableSerializable[Dict, OutputType]):
|
||||
|
||||
Return:
|
||||
If self.as_agent, will return
|
||||
Union[List[OpenAIAssistantAction], OpenAIAssistantFinish]. Otherwise
|
||||
Union[List[OpenAIAssistantAction], OpenAIAssistantFinish]. Otherwise,
|
||||
will return OpenAI types
|
||||
Union[List[ThreadMessage], List[RequiredActionFunctionToolCall]].
|
||||
"""
|
||||
|
Loading…
Reference in New Issue
Block a user