File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
apps/beeai-sdk-ts/src/client/a2a/extensions Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff 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
4239const mcpExtensionExtractor = extractServiceExtensionDemands ( mcpExtension ) ;
You can’t perform that action at this time.
0 commit comments