kopia lustrzana https://github.com/transitive-bullshit/chatgpt-api
pull/715/head
rodzic
9da4820e00
commit
6f35cffae9
|
@ -6,6 +6,12 @@ import {
|
|||
agenticProjectConfigSchema
|
||||
} from './agentic-project-config-schema'
|
||||
|
||||
/**
|
||||
* This method allows Agentic projects to define their configs in a type-safe
|
||||
* way from `agentic.config.ts` files.
|
||||
*
|
||||
* It parses the given input config and performs basic validation.
|
||||
*/
|
||||
export function defineConfig(
|
||||
config: AgenticProjectConfigInput
|
||||
): AgenticProjectConfig {
|
||||
|
|
Ładowanie…
Reference in New Issue