inputKeys array, missing key error message
This commit is contained in:
+1
-1
@@ -8,4 +8,4 @@ export const agents = {
|
||||
jules,
|
||||
} as const;
|
||||
|
||||
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKey"];
|
||||
export type AgentInputKey = (typeof agents)[keyof typeof agents]["inputKeys"][number];
|
||||
|
||||
Reference in New Issue
Block a user