Agent Maturity Compass API - v1.2.0
    Preparing search index...

    Function promptShowForApi

    • Parameters

      • params: {
            agentId: string;
            format: "text" | "json";
            provider:
                | "gemini"
                | "openai"
                | "anthropic"
                | "openrouter"
                | "xai"
                | "generic";
            workspace: string;
        }

      Returns
          | string
          | { maxTokensHint: number; system: string; v: 1 }
          | {
              safetySettings: { category: string; threshold: string }[];
              systemInstruction: string;
              v: 1;
          }
          | { systemMessage: string; v: 1 }