Skip to content

Commit

Permalink
feat: add reasoning effort to agent config model + support in core
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry Fontanier committed Dec 23, 2024
1 parent fdb5314 commit a011de5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front/migrations/db/migration_136.sql
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
-- Migration created on Dec 23, 2024
ALTER TABLE "public"."agent_configurations" ADD COLUMN "reasoningEffort" VARCHAR(255);
ALTER TABLE "public"."agent_configurations" ADD COLUMN "reasoningEffort" VARCHAR(255);

0 comments on commit a011de5

Please sign in to comment.