krystianMoras
krystianMoras
Modified example from tutorial : ```py df = px.data.tips() fig = px.pie(df, values='tip', names='day', color_discrete_map={'Thur':'lightcyan', 'Fri':'cyan', 'Sat':'royalblue', 'Sun':'darkblue'}) fig.show() ``` will not color the pie chart according to values specified...
https://github.com/jxnl/instructor/blob/8954095ccc4b16115af985357f8ee5345217f9c8/instructor/function_calls.py#L251 This assertion fails if for some reason LLM does not respond e.g. connection issues. If message.tool_calls is None it does not mean that an LLM output had multiple tools....