MCPcopy Create free account
hub / github.com/X-PLUG/MobileAgent / init_subtask_chat

Function init_subtask_chat

PC-Agent/PCAgent/chat.py:5–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3
4
5def init_subtask_chat():
6 operation_history = []
7 system_prompt = "You are a helpful AI assistant."
8 operation_history.append(["system", [{"type": "text", "text": system_prompt}]])
9 return operation_history
10
11
12def init_action_chat():

Callers 1

run.pyFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected