MCPcopy
hub / github.com/gpustack/gpustack / extend

Method extend

gpustack/policies/utils.py:557–558  ·  view source on GitHub ↗
(self, message: List[str])

Source from the content-addressed store, hash-verified

555 self._messages.append(message)
556
557 def extend(self, message: List[str]):
558 self._messages.extend(message)
559
560 def __str__(self) -> str:
561 return "\n".join([f"- {line}" for line in self._messages])

Calls

no outgoing calls

Tested by 1

mock_gguf_parser_commandFunction · 0.64