File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed
packages/mcp-sampling-ai-provider Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " @mcpc/mcp-sampling-ai-provider" ,
3- "version" : " 0.1.6 " ,
3+ "version" : " 0.1.7 " ,
44 "repository" : {
55 "type" : " git" ,
66 "url" : " git+https://github.com/mcpc-tech/mcpc.git"
Original file line number Diff line number Diff line change @@ -109,12 +109,3 @@ const analysisResult = await client.callTool({
109109 } ,
110110} ) ;
111111console . log ( "Analysis result:" , analysisResult ) ;
112-
113- // const result = await generateText({
114- // model: 'openai/gpt-5-mini',
115- // prompt: "Write a short poem about coding.",
116- // })
117-
118- // console.log("✅ Generated text:", result.text);
119- // console.log("✅ Finish reason:", result.finishReason);
120- // console.log("✅ Token usage:", result.usage);
You can’t perform that action at this time.
0 commit comments