Contents

removeToolCall(id:)

Creates an action that removes a tool call.

Declaration

static func removeToolCall(id: String) -> LanguageModelExecutorGenerationChannel.ToolCalls.Action

Parameters

  • id:

    The identifier of the tool call to remove.

See Also

Tool calling actions