mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-10 07:19:02 +08:00
refactor(types): add CreateAgentResponseSchema for consistency
This commit is contained in:
parent
2d0d599ac8
commit
84aab66aa6
@ -114,6 +114,8 @@ export interface CreateAgentRequest extends AgentBase {
|
||||
|
||||
export type CreateAgentResponse = AgentEntity
|
||||
|
||||
export const CreateAgentResponseSchema = AgentEntitySchema
|
||||
|
||||
export interface UpdateAgentRequest extends Partial<AgentBase> {}
|
||||
|
||||
export interface GetAgentResponse extends AgentEntity {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user