UnknownTool

class UnknownTool(val type: String, val raw: JsonObject) : ResponseTool

A tool whose type this version of the SDK does not model, kept verbatim so it round-trips.

Constructors

Link copied to clipboard
constructor(type: String, raw: JsonObject)

Properties

Link copied to clipboard
val raw: JsonObject

The tool exactly as it was read, discriminator included.

Link copied to clipboard
open override val type: String

Raw type discriminator.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String