Ironclad / rivet

The open-source visual AI programming environment and TypeScript library
https://rivet.ironcladapp.com
MIT License
2.55k stars 226 forks source link

[Bug]: llm function calls in chat-message[] don't export to dataset #356

Open andris1 opened 4 months ago

andris1 commented 4 months ago

What happened?

I have an array of chat messages that include function calls that I append to a dataset. Data studio shows an empty cell for function calls.

What was the expected functionality?

Expected to see the function call JSON w/ name of function and arguments.

Describe your environment

Windows 11, Rivet 1.7.7

Relevant log output

No response

Relevant screenshots

No response

Code of Conduct