(id: SkillId, opts?: {
recordUse?: boolean;
recordTrial?: boolean;
sessionId?: SessionId;
episodeId?: EpisodeId;
traceId?: string;
turnId?: EpochMs;
toolCallId?: string;
namespace?: RuntimeNamespace;
includeAllNamespaces?: boolean;
})
| 442 | /** Total skill rows matching the same filter (no limit). */ |
| 443 | countSkills(input?: { status?: SkillDTO["status"]; ownerAgentKind?: AgentKind; ownerProfileId?: string; includeAllNamespaces?: boolean }): Promise<number>; |
| 444 | getSkill(id: SkillId, opts?: { |
| 445 | recordUse?: boolean; |
| 446 | recordTrial?: boolean; |
| 447 | sessionId?: SessionId; |
no outgoing calls
no test coverage detected