nonebot_plugin_marshoai.plugin.func_call.models
SessionContext(BaseModel)
bot: Bot = NO_DEFAULT
event: Event = NO_DEFAULT
matcher: Matcher = NO_DEFAULT
state: T_State = NO_DEFAULT
caller: Any = None
SessionContextDepends(BaseModel)
bot: str | None = None
event: str | None = None
matcher: str | None = None
state: str | None = None
caller: str | None = None