@sumup/agent-toolkit
    Preparing search index...

    Class SumUpAgentToolkit

    Index

    Constructors

    Properties

    Methods

    Constructors

    • Parameters

      • __namedParameters: { apiKey: string }

      Returns SumUpAgentToolkit

    Properties

    tools: ChatCompletionTool[]

    Methods

    • Returns ChatCompletionTool[]

    • Handle a single OpenAI tool call by executing the requested function.

      Parameters

      • toolCall: ChatCompletionMessageToolCall

      Returns Promise<ChatCompletionToolMessageParam>