112 matches across 1 files for func main lang:Python path:libs/partners/openai/langchain_openai/chat_models/base.py lang:Python
snippet_mode: auto · sorted by relevance
libs/partners/openai/langchain_openai/chat_models/base.py PYTHON 112 matches · showing 5 view file →
30 Sequence,
31)
32from functools import partial
33from io import BytesIO
34from json import JSONDecodeError
· · ·
68 ChatMessage,
69 ChatMessageChunk,
70 FunctionMessage,
71 FunctionMessageChunk,
72 HumanMessage,
· · ·
71 FunctionMessageChunk,
72 HumanMessage,
73 HumanMessageChunk,
· · ·
110from langchain_core.utils import get_pydantic_field_names
111from langchain_core.utils._gateway import _resolve_gateway_config
112from langchain_core.utils.function_calling import (
113 convert_to_openai_function,
114 convert_to_openai_tool,
· · ·
113 convert_to_openai_function,
114 convert_to_openai_tool,
115)
+ 107 more matches in this file
Search syntax
auth loginboth terms (AND is implicit)
auth OR logineither term
NOT path:vendorexclude matches
"exact phrase"quoted exact match
/func\s+Test/regex
handler~1fuzzy (Levenshtein 1)
file:*_test.gofilename glob
path:pkg/auth/**full path glob
lang:golanguage filter

Search any public repo from your terminal

This page calls POST /api/v1/code_search. Same tool, available over MCP for Claude/Cursor/Copilot.