Skip to content

Commit ae0197e

Browse files
fix sampling
1 parent 38b63c5 commit ae0197e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/everything/everything.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ export const createServer = () => {
411411
maxTokens,
412412
);
413413
return {
414-
content: [{ type: "text", text: `LLM sampling result: ${result}` }],
414+
content: [{ type: "text", text: `LLM sampling result: ${result.content.text}` }],
415415
};
416416
}
417417

0 commit comments

Comments
 (0)