-
Notifications
You must be signed in to change notification settings - Fork 375
AI endpoints doc: structured output & function calling #8084
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
pages/public_cloud/ai_machine_learning/endpoints_guide_06_function_calling/meta.yaml
Outdated
Show resolved
Hide resolved
pages/public_cloud/ai_machine_learning/endpoints_guide_06_function_calling/meta.yaml
Outdated
Show resolved
Hide resolved
…tion_calling/meta.yaml
@@ -0,0 +1,2 @@ | |||
id: 6f28f8ad-9c5f-4820-a6c0-464f1d1b1236 | |||
full_slug: public-cloud-ai-endpoints-structured-output |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same slug as in pages/public_cloud/ai_machine_learning/endpoints_guide_05_structured_output/meta.yaml
This needs to be changed of course.
…ts' into RS-ai-endpoints-structured-outputs
``` | ||
|
||
In this example, we define a JSON output format with a schema that specifies the name, age, height, and married properties as required. | ||
Configure the model to use |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hello @RemiSahl is this statement incomplete?
Thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Apologies, this was not supposed to be there. Thanks for the great review & improvements.
What type of Pull Request is this?
New guide(s):
Description
This PR adds new guides & tutorial for the new AI Endpoints features: structured output & function calling.
Ticket references: AIS-1274 & AIS-1275
Mandatory information