MCPcopy
hub / github.com/CopilotKit/CopilotKit / dict_repr

Method dict_repr

sdk-python/copilotkit/agent.py:64–66  ·  view source on GitHub ↗

Dict representation of the action

(self)

Source from the content-addressed store, hash-verified

62 }
63
64 def dict_repr(self) -> AgentDict:
65 """Dict representation of the action"""
66 return {"name": self.name, "description": self.description or ""}

Callers 5

infoMethod · 0.45
execute_actionMethod · 0.45
execute_agentMethod · 0.45
get_agent_stateMethod · 0.45

Calls

no outgoing calls