mirror of
https://github.com/langchain-ai/langgraph.git
synced 2026-08-22 15:42:25 +02:00
Fix spelling typo
This commit is contained in:
@@ -20,7 +20,7 @@ T = TypeVar("T")
|
||||
MaybeAwaitable = Union[T, Awaitable[T]]
|
||||
SyncOrAsync = Callable[P, MaybeAwaitable[R]]
|
||||
|
||||
# PreConfiguredChatModel is used to support chat models that have beeen pre-configured
|
||||
# PreConfiguredChatModel is used to support chat models that have been pre-configured
|
||||
# using .bind().
|
||||
# For example, chat_model.bind(api_key="...") will return a PreConfiguredChatModel
|
||||
PreConfiguredChatModel = Runnable[LanguageModelInput, BaseMessage]
|
||||
|
||||
Reference in New Issue
Block a user