show inference info

This commit is contained in:
2026-03-06 14:48:00 +08:00
parent 4b6e97d8fb
commit da17f2b319
4 changed files with 86 additions and 14 deletions

View File

@@ -116,6 +116,11 @@ export type PipelineConversationMessagesResponse = {
count: number;
};
export type RuntimeAuthInfoResponse = {
fast_api_key: string;
source: string;
};
export type McpToolConfigResponse = {
path: string;
raw_content: string;