appendArguments(_:tokenCount:)
Creates an action that appends argument text to the tool call.
Declaration
static func appendArguments(_ content: String, tokenCount: Int) -> LanguageModelExecutorGenerationChannel.ToolCalls.ToolCall.ActionParameters
- content:
The argument text to append to the tool call.
- tokenCount:
The number of the tokens the argument text carries.