So, Python
Set up my class that operates a gpt-4 turbo comfortably for me
I can tap into the tool_calls
however, I don't know how to use its output?
output in the screenshot.
Here it is:
[ChatCompletionMessageToolCall(id='call_h2QNr4FdtUizapi8vAF8gmJi', function=Function(arguments='{"word":"undefined","letter_count":9}', name='get_letter_count'), type='function')]
What is this? how do I use this? I'm not familiar with this way of string representation for objects
How do I tap into the details inside it?