Contents

appendArguments(_:tokenCount:)

Creates an action that appends argument text to the tool call.

Declaration

static func appendArguments(_ content: String, tokenCount: Int) -> LanguageModelExecutorGenerationChannel.ToolCalls.ToolCall.Action

Parameters

  • content:

    The argument text to append to the tool call.

  • tokenCount:

    The number of the tokens the argument text carries.

See Also

Tool call actions