MCPcopy Create free account
hub / github.com/Virtual-Protocol/virtuals-python / FunctionArgument

Class FunctionArgument

src/virtuals_sdk/twitter_agent/agent.py:11–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9
10@dataclass
11class FunctionArgument:
12 name: str
13 description: str
14 type: str
15 id: str = None
16
17 def __post_init__(self):
18 self.id = self.id or str(uuid.uuid4())
19
20
21@dataclass

Callers 15

_create_post_castMethod · 0.85
_create_reply_to_castMethod · 0.85
_create_recastMethod · 0.85
_create_like_castMethod · 0.85
_create_unlike_castMethod · 0.85
_create_channelMethod · 0.85
_create_search_castsMethod · 0.85
_create_search_usersMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected