111 matches across 1 files for func main path:libs/partners/openai/langchain_openai/chat_models/base.py
snippet_mode: auto · sorted by relevance
libs/partners/openai/langchain_openai/chat_models/base.py PYTHON 111 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,
· · ·
109from langchain_core.tools.base import _stringify
110from langchain_core.utils import get_pydantic_field_names
111from langchain_core.utils.function_calling import (
112 convert_to_openai_function,
113 convert_to_openai_tool,
· · ·
112 convert_to_openai_function,
113 convert_to_openai_tool,
114)
+ 106 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.