You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
completion=client.beta.chat.completions.parse(
model="gpt-4o-2024-08-06",
messages=[
{"role": "system", "content": "Extract the event information."},
{"role": "user", "content": "Alice and Bob are going to a science fair on Friday."},
],
response_format=CalendarEvent,
)
The text was updated successfully, but these errors were encountered:
Description
Hi,
Structured output in https://platform.openai.com/docs/guides/structured-outputs has a different response format and is using a different method, which https://logfire.pydantic.dev/docs/integrations/llms/openai/#methods-covered does not seem to be supporting currently.
The text was updated successfully, but these errors were encountered: