removeToolCall(id:)
Creates an action that removes a tool call.
Declaration
static func removeToolCall(id: String) -> LanguageModelExecutorGenerationChannel.ToolCalls.ActionParameters
- id:
The identifier of the tool call to remove.
Creates an action that removes a tool call.
static func removeToolCall(id: String) -> LanguageModelExecutorGenerationChannel.ToolCalls.ActionThe identifier of the tool call to remove.