decode method
Decodes a JSON-compatible wire value.
Implementation
@override
ToolCallContentChunk decode(Object? value) =>
ToolCallContentChunk.fromJson(decodeAcpObject(value));
Decodes a JSON-compatible wire value.
@override
ToolCallContentChunk decode(Object? value) =>
ToolCallContentChunk.fromJson(decodeAcpObject(value));