add api key to config

This commit is contained in:
2026-02-12 15:45:38 +08:00
parent 7cb40fca0e
commit 05bcf884c5
3 changed files with 24 additions and 0 deletions

View File

@@ -49,6 +49,7 @@ export type PipelineCreateRequest = {
prompt_set_id: string;
tool_keys: string[];
port: number;
api_key: string;
entry_point: string;
llm_name: string;
};