• Preparing search index...
  • The search index is not available
@google/genai
  • @google/genai
  • gaos/funcs/agents-delete
  • agentsDelete

Function agentsDelete

  • agentsDelete(
        client: GoogleGenAICore,
        id: string,
        api_version?: string,
        options?: Omit<RequestOptions, "extra_body">,
    ): APIPromise<
        Result<
            Empty,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    Deletes an Agent.

    Parameters

    • client: GoogleGenAICore
    • id: string
    • Optionalapi_version: string
    • Optionaloptions: Omit<RequestOptions, "extra_body">

    Returns APIPromise<
        Result<
            Empty,
            | UnexpectedClientError
            | InvalidRequestError
            | RequestAbortedError
            | RequestTimeoutError
            | ConnectionError
            | GoogleGenAiError,
        >,
    >

    • Defined in src/gaos/funcs/agents-delete.ts:37

Settings

@google/genai
  • Loading...

Generated using TypeDoc