53 matches across 1 files for func main lang:Python path:libs/partners/fireworks/langchain_fireworks/chat_models.py
snippet_mode: grep · sorted by relevance
libs/partners/fireworks/langchain_fireworks/chat_models.py PYTHON 53 matches · showing 5 view file →
50 ChatMessage,
51 ChatMessageChunk,
52 FunctionMessage,
53 FunctionMessageChunk,
54 HumanMessage,
· · ·
53 FunctionMessageChunk,
54 HumanMessage,
55 HumanMessageChunk,
· · ·
87)
88from langchain_core.utils._gateway import _apply_gateway_config
89from langchain_core.utils.function_calling import (
90 convert_to_json_schema,
91 convert_to_openai_tool,
· · ·
139 additional_kwargs["reasoning_content"] = reasoning_content
140
141 if function_call := _dict.get("function_call"):
142 additional_kwargs["function_call"] = dict(function_call)
143
· · ·
142 additional_kwargs["function_call"] = dict(function_call)
143
144 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.