Skip to content

Commit

Permalink
feature: support structured outputs from AI and used them in evaluations
Browse files Browse the repository at this point in the history
Also implemented optionally transactional provider log generation upon
calling ai service
  • Loading branch information
geclos committed Sep 13, 2024
1 parent 2790fc7 commit 3fbadc4
Show file tree
Hide file tree
Showing 17 changed files with 2,899 additions and 224 deletions.
3 changes: 3 additions & 0 deletions packages/core/drizzle/0052_famous_daimon_hellstrom.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
ALTER TABLE "latitude"."provider_logs" ALTER COLUMN "response_text" DROP DEFAULT;--> statement-breakpoint
ALTER TABLE "latitude"."provider_logs" ALTER COLUMN "response_text" DROP NOT NULL;--> statement-breakpoint
ALTER TABLE "latitude"."provider_logs" ADD COLUMN "response_object" jsonb;
Loading

0 comments on commit 3fbadc4

Please sign in to comment.