53 matches across 1 files for func main lang:Python path:libs/partners/fireworks/langchain_fireworks/chat_models.py lang:Python
snippet_mode: auto · sorted by relevance
libs/partners/fireworks/langchain_fireworks/chat_models.py PYTHON 53 matches · showing 5 view file →
49 ChatMessage,
50 ChatMessageChunk,
51 FunctionMessage,
52 FunctionMessageChunk,
53 HumanMessage,
· · ·
52 FunctionMessageChunk,
53 HumanMessage,
54 HumanMessageChunk,
· · ·
84 get_pydantic_field_names,
85)
86from langchain_core.utils.function_calling import (
87 convert_to_json_schema,
88 convert_to_openai_tool,
· · ·
135 additional_kwargs["reasoning_content"] = reasoning_content
136
137 if function_call := _dict.get("function_call"):
138 additional_kwargs["function_call"] = dict(function_call)
139
· · ·
138 additional_kwargs["function_call"] = dict(function_call)
139
140 tool_calls = []
+ 48 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.