I have continued my research and have discovered that there must be a tool_calls assistant message. The tool gets called once now :-D It doesn't get called again after that. I'll continue testing;
{
'role': 'assistant',
'content': '',
'tool_calls': [
{
'id': tool_call_id,
'type': 'function',
'function': {
'name': 'WriteUbersichtWidgetToFileSystem',
'arguments': arguments_json
}
}
]
}
Topic:
Machine Learning & AI
SubTopic:
Foundation Models