Interface SpanToolUseValue.Builder

  • Method Details

    • toolUseId

      SpanToolUseValue.Builder toolUseId(String toolUseId)

      Unique ID for this tool invocation

      Parameters:
      toolUseId - Unique ID for this tool invocation
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • name

      The tool name

      Parameters:
      name - The tool name
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • arguments

      SpanToolUseValue.Builder arguments(Document arguments)

      The tool input arguments

      Parameters:
      arguments - The tool input arguments
      Returns:
      Returns a reference to this object so that method calls can be chained together.