style: biome format chatbot.service (parseResponse call)

This commit is contained in:
asepharyana
2026-08-16 17:17:03 +07:00
parent cf1ec25c71
commit 55fdcfaae3
@@ -179,7 +179,9 @@ Gaya ngobrol:
// Parse the body into content + tool_calls. 9router may return either // Parse the body into content + tool_calls. 9router may return either
// a single JSON object (stream:false honored) or SSE text (stream // a single JSON object (stream:false honored) or SSE text (stream
// implied) — parseResponse handles both. // implied) — parseResponse handles both.
const { content, toolCalls } = this.parseResponse(response.data as string); const { content, toolCalls } = this.parseResponse(
response.data as string,
);
logger.debug( logger.debug(
{ {