Interface ToolInstruction.Builder

  • Method Details

    • instruction

      ToolInstruction.Builder instruction(String instruction)

      The instruction text for the tool.

      Parameters:
      instruction - The instruction text for the tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      Examples for using the tool.

      Parameters:
      examples - Examples for using the tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • examples

      ToolInstruction.Builder examples(String... examples)

      Examples for using the tool.

      Parameters:
      examples - Examples for using the tool.
      Returns:
      Returns a reference to this object so that method calls can be chained together.