Found

@JsonSerializable
@PolymorphicLabel(value = "tool_search_tool_search_result")
data class Found(val tool_references: List<ToolReference> = emptyList()) : ToolSearchContent(source)

Constructors

Link copied to clipboard
constructor(tool_references: List<ToolReference> = emptyList())

Properties

Link copied to clipboard