Commit bc6216c
✨ feat: Add OpenAI Verbosity Parameter (danny-avila#8929)
* WIP: Verbosity OpenAI Parameter
* 🔧 chore: remove unused import of extractEnvVariable from parsers.ts
* ✨ feat: add comprehensive tests for getOpenAIConfig and enhance verbosity handling
* fix: Handling for maxTokens in GPT-5+ models and add corresponding tests
* feat: Implement GPT-5+ model handling in processMemory function1 parent 876e254 commit bc6216c
14 files changed
Lines changed: 2109 additions & 10 deletions
File tree
- api/server/controllers/agents
- client/src/locales/en
- packages
- api/src
- agents
- __tests__
- endpoints/openai
- data-provider/src
- data-schemas/src
- schema
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
979 | 979 | | |
980 | 980 | | |
981 | 981 | | |
| 982 | + | |
| 983 | + | |
| 984 | + | |
| 985 | + | |
| 986 | + | |
| 987 | + | |
| 988 | + | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
| 992 | + | |
| 993 | + | |
| 994 | + | |
| 995 | + | |
| 996 | + | |
| 997 | + | |
| 998 | + | |
| 999 | + | |
| 1000 | + | |
| 1001 | + | |
982 | 1002 | | |
983 | 1003 | | |
984 | 1004 | | |
| |||
0 commit comments