We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcd8cbf commit c4a94a7Copy full SHA for c4a94a7
generative-ai/snippets/functionCallingStreamContent.js
@@ -71,7 +71,7 @@ async function functionCallingStreamChat(
71
{
72
role: 'model',
73
parts: [
74
- {
+ {
75
functionCall: {
76
name: 'get_current_weather',
77
args: {'location': 'Boston'},
0 commit comments