refactor: opencode
This commit is contained in:
parent
09c5b30f15
commit
91d67b2e12
12 changed files with 1843 additions and 77 deletions
|
|
@ -250,8 +250,18 @@ export const toolSchemas: Record<ToolName, ToolSchema> = {
|
|||
properties: {
|
||||
kind: {
|
||||
type: "string",
|
||||
enum: [
|
||||
"s4_contradiction",
|
||||
"trajectory_metric",
|
||||
"schema_induction_run",
|
||||
"llm_health",
|
||||
"curiosity_silent_log",
|
||||
"curiosity_question",
|
||||
"cls_consolidation_run",
|
||||
"crypto_key_rotated",
|
||||
],
|
||||
description:
|
||||
"Event kind. Must be in the whitelist (see tool description).",
|
||||
"Event kind — must be one of the enum values above.",
|
||||
},
|
||||
since: {
|
||||
type: "string",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue