You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnbuildMCPResponse([`This is an MCP Server Actor with the following tools:\n\n${toolsInfo}\n\nTo call a tool, use step="call" with actor name format: "${baseActorName}:{toolName}"`]);
@@ -420,7 +420,7 @@ EXAMPLES:
420
420
}
421
421
constcontent=[
422
422
// TODO: update result to say: this is result of info step, you must now call again with step=call and proper input
@@ -78,7 +78,7 @@ export function pricingInfoToString(pricingInfo: ExtendedPricingInfo | null): st
78
78
// If there is no pricing infos entries the Actor is free to use
79
79
// based on https://github.com/apify/apify-core/blob/058044945f242387dde2422b8f1bef395110a1bf/src/packages/actor/src/paid_actors/paid_actors_common.ts#L691
0 commit comments