Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
11
class
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_cast
Method · 0.85
_create_reply_to_cast
Method · 0.85
_create_recast
Method · 0.85
_create_like_cast
Method · 0.85
_create_unlike_cast
Method · 0.85
_create_channel
Method · 0.85
_create_post_to_channel
Method · 0.85
_create_get_trending_casts
Method · 0.85
_create_get_cast_reactions
Method · 0.85
_create_get_user_casts
Method · 0.85
_create_search_casts
Method · 0.85
_create_search_users
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected