mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-12-20 04:12:23 -06:00
feat: Open AI assistants implemented
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -56,8 +56,8 @@ export const openaiCredsSchema: JSONSchema7 = {
|
||||
properties: {
|
||||
apiKey: { type: 'string' },
|
||||
},
|
||||
required: ['enabled', 'apiKey'],
|
||||
...isNotEmpty('enabled', 'apiKey'),
|
||||
required: ['apiKey'],
|
||||
...isNotEmpty('apiKey'),
|
||||
};
|
||||
|
||||
export const openaiStatusSchema: JSONSchema7 = {
|
||||
|
||||
Reference in New Issue
Block a user