Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/abetlen/llama-cpp-python
/ CompletionRequestValidationError
Class
CompletionRequestValidationError
examples/server/server.py:2465–2466 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2463
2464
2465
class
CompletionRequestValidationError(ValueError):
2466
pass
2467
2468
2469
class
CompletionResponseParsingError(RuntimeError):
Callers
15
encode_embedding
Method · 0.85
from_prepared
Method · 0.85
_response_text_from_content
Method · 0.85
_response_chat_content_from_content
Method · 0.85
_response_function_call_input_message
Method · 0.85
_response_custom_tool_call_input_message
Method · 0.85
responses_input_to_chat_messages
Method · 0.85
_responses_tools_to_chat_tools
Method · 0.85
_responses_tool_choice_to_chat_tool_choice
Method · 0.85
_grammar_for_response_format
Method · 0.85
_chat_tool_name_and_grammar
Method · 0.85
completion_request_from_chat_request
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…