Skip to content

Commit 548a18d

Browse files
committed
chore: remove todo
Signed-off-by: Tomas Weiss <tomas.weiss2@gmail.com>
1 parent d7b0458 commit 548a18d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/beeai-sdk-ts/src/client/a2a/extensions/handle-agent-card.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,11 @@ export interface Fulfillments {
2929
embedding: (demand: EmbeddingDemands) => Promise<EmbeddingFulfillments>;
3030
mcp: (demand: MCPDemands) => Promise<MCPFulfillments>;
3131
oauth: (demand: OAuthDemands) => Promise<OAuthFulfillments>;
32-
33-
getContextToken: () => ContextToken;
34-
35-
// TODO: demand + fullfillemnt
3632
settings: (demand: SettingsDemands) => Promise<SettingsFullfillments>;
3733
secrets: (demand: SecretDemands) => Promise<SecretFulfillments>;
3834
form: (demand: FormDemands) => Promise<FormFullfillments | null>;
3935
oauthRedirectUri: () => string | null;
36+
getContextToken: () => ContextToken;
4037
}
4138

4239
const mcpExtensionExtractor = extractServiceExtensionDemands(mcpExtension);

0 commit comments

Comments
 (0)