Merge branch 'main' into feat/add-start-scripts-everything-server

This commit is contained in:
Alexandros Pappas
2025-01-10 18:10:28 +01:00
committed by GitHub
7 changed files with 110 additions and 65 deletions

View File

@@ -411,7 +411,7 @@ export const createServer = () => {
maxTokens,
);
return {
content: [{ type: "text", text: `LLM sampling result: ${result}` }],
content: [{ type: "text", text: `LLM sampling result: ${result.content.text}` }],
};
}