Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Louisym/MiniCC
/ ApiRequest
Class
ApiRequest
tutorials/05_agentic_loop_complete.py:153–156 ·
view source on GitHub ↗
发给 AI 的请求
Source
from the content-addressed store, hash-verified
151
152
@dataclass
153
class
ApiRequest:
154
""
"发给 AI 的请求"
""
155
system_prompt: list[str]
# 系统提示词
156
messages: list[ConversationMessage]
# 对话历史
157
158
@dataclass(frozen=True)
159
class
AssistantEvent:
Callers
1
run_turn
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected