#Evaluating AI Agents - DeepLearning.AI

1 messages · Page 1 of 1 (latest)

fossil locust
analog mesa
#

Can be the same file. Just above.

#

Do you have the API docs at hand for client.beta.chat.completions?

#

Oh I guess you don't need that if you're trying to use our llm integratino.

analog mesa
#

Let me know if you need help with something specific.

fossil locust
# analog mesa Let me know if you need help with something specific.

@void meteor Guessing we don't have an implementation for structured outputs today? Or maybe we do under the hood. Have to look.

I figured the closest mapping was (structured JSON output)response_format=VisualizationConfig, -> env().with_<VisualizationConfigObjectType>_output() but not sure how to make that all work with our system.

fossil locust
#

So I thought to turn it into Dagger style "struct" or something...

analog mesa
#

Do you really need pydantic? Doesn't work with normal @object_type?