mirror of
https://github.com/temporal-community/temporal-ai-agent.git
synced 2026-03-16 14:38:08 +01:00
documentation & guidance updates, getting things done, fixing a possible NDE if you change env vars, changes to enable user picking "done", minor test changes, minor goal selection prompt improvements
This commit is contained in:
@@ -42,3 +42,8 @@ class ValidationResult:
|
||||
# Initialize empty dict if None
|
||||
if self.validationFailedReason is None:
|
||||
self.validationFailedReason = {}
|
||||
|
||||
@dataclass
|
||||
class EnvLookupInput:
|
||||
env_var_name: str
|
||||
default: bool
|
||||
Reference in New Issue
Block a user