MCPcopy
hub / github.com/pathwaycom/pathway / model

Method model

python/pathway/xpacks/llm/llms.py:62–63  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

60
61 @property
62 def model(self) -> str | None:
63 return self.kwargs.get("model")
64
65
66def _prep_message_log(messages: list[dict], verbose: bool) -> str:

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected