Returns data is Readonly<
{
args: Readonly<{ id: string; modelType: string }> & Readonly<
{ [s: string]: JsonAble },
>;
toolName: Retrieve;
},
> & Readonly<
{
action: Retrieve;
domain: string;
modelName: string;
toolName: Retrieve;
},
>
True if the data is a retrieve model data, false otherwise.
Checks if the data is a retrieve model data.