Skip to content

Commit 449282e

Browse files
committed
feat(HobbitHole): add new action status and model properties with default values
1 parent 1134302 commit 449282e

File tree

1 file changed

+4
-0
lines changed
  • exts/devins-lang/src/main/kotlin/cc/unitmesh/devti/language/ast

1 file changed

+4
-0
lines changed

exts/devins-lang/src/main/kotlin/cc/unitmesh/devti/language/ast/HobbitHole.kt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,10 @@ open class HobbitHole(
364364
ON_STREAMING_END to "After Streaming end middleware actions, like Logging, Metrics, CodeVerify, RunCode, ParseCode etc.",
365365
BEFORE_STREAMING to "The task/patternAction before streaming",
366366
AFTER_STREAMING to "Decision to run the task after streaming, routing to different tasks",
367+
368+
ENABLED to "The status of the action, default is true",
369+
AGENTIC to "The status of the action, default is false",
370+
MODEL to "The LLM model for action, default is null which will use the default model",
367371
)
368372
}
369373

0 commit comments

Comments
 (0)