CachedToolSchema constructor
const
CachedToolSchema({})
Implementation
const CachedToolSchema({
required this.name,
this.description,
this.inputSchema,
this.strict,
this.eagerInputStreaming,
});
const CachedToolSchema({
required this.name,
this.description,
this.inputSchema,
this.strict,
this.eagerInputStreaming,
});