export const AGENT_GQL_FIELDS = ` id name description prompt modelId responseFormat roleId createdAt updatedAt `; export const AGENT_TOOL_GQL_FIELDS = ` id name description type config createdAt updatedAt `;