mirror of
https://github.com/HeyPuter/puter.git
synced 2026-05-06 01:20:41 +00:00
docs: add example for streaming with function calling (#2365)
* docs: add example for streaming with function calling * Minor fix and add example to playground --------- Co-authored-by: Reynaldi Chernando <reynaldichernando@gmail.com>
This commit is contained in:
@@ -67,6 +67,12 @@ const examples = [
|
||||
slug: 'ai-function-calling',
|
||||
source: '/playground/examples/ai-function-calling.html',
|
||||
},
|
||||
{
|
||||
title: 'Streaming Function Calls',
|
||||
description: 'Run AI function calling with streaming using Puter.js. Try out AI examples directly in Puter.js playground.',
|
||||
slug: 'ai-streaming-function-calling',
|
||||
source: '/playground/examples/ai-streaming-function-calling.html',
|
||||
},
|
||||
{
|
||||
title: 'Web Search',
|
||||
description: 'Perform web search using AI to generate accurate and up-to-date information. Try out this example in Puter.js playground.',
|
||||
|
||||
Reference in New Issue
Block a user