Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
21
class
OpenAIModel(BaseModel):
Callers
3
document_generation.py
File · 0.45
task_executor.py
File · 0.45
self_explorer.py
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected