withNote

open fun withNote(note: String): Tool

Create a new tool with an additional note appended to the description. Useful for adding context-specific hints to an existing tool.

Return

A new Tool with the note appended to its description

Parameters

note

The note to append to the description