MCPcopy
hub / github.com/TencentQQGYLab/AppAgent / get_model_response

Method get_model_response

scripts/model.py:17–18  ·  view source on GitHub ↗
(self, prompt: str, images: List[str])

Source from the content-addressed store, hash-verified

15
16 @abstractmethod
17 def get_model_response(self, prompt: str, images: List[str]) -> (bool, str):
18 pass
19
20
21class OpenAIModel(BaseModel):

Callers 3

task_executor.pyFile · 0.45
self_explorer.pyFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected