User

constructor(name: ToolName, input_schema: Map<String, Any>, description: String? = null, strict: Boolean? = null, defer_loading: Boolean? = null, allowed_callers: List<Caller>? = null, eager_input_streaming: Boolean? = null, input_examples: List<Map<String, Any>>? = null, cache_control: CacheControl? = null, type: String = "custom")(source)