MCPcopy Create free account
hub / github.com/abetlen/llama-cpp-python / ResponsesChatRequestParts

Class ResponsesChatRequestParts

examples/server/server.py:4039–4052  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4037
4038@dataclass(frozen=True)
4039class ResponsesChatRequestParts:
4040 messages: List[ChatCompletionRequestMessage]
4041 max_tokens: Optional[int]
4042 temperature: float
4043 top_p: float
4044 stream: bool
4045 logprobs: bool
4046 top_logprobs: Optional[int]
4047 model: Optional[str]
4048 user: Optional[str]
4049 tools: Optional[List[ChatTemplateTool]]
4050 tool_choice: Optional[Union[Literal["auto", "none", "required"], ChatTemplateToolChoice]]
4051 response_format: Optional[ChatTemplateResponseFormat]
4052 reasoning_effort: Optional[str]
4053
4054
4055@dataclass

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…