Summary
ALTER AGENT is not recognized by the parser. ALTER supports 12 other document types (entity, association, enumeration, notebook, OData client/service, styling, settings, page, snippet, workflow, published REST service) but agent is absent.
Reproduction
CREATE AGENT MyModule.VerifyAgent (Instructions: 'test agent');
-- succeeds
ALTER AGENT MyModule.VerifyAgent SET Instructions = 'updated';
-- Parse error: no viable alternative at input 'ALTERAGENT'
Expected
ALTER AGENT should allow modifying agent properties (Instructions, knowledge bases, MCP services) consistent with other ALTER operations.
Impact
Cannot modify agents after creation without DROP + re-CREATE.
Summary
ALTER AGENTis not recognized by the parser. ALTER supports 12 other document types (entity, association, enumeration, notebook, OData client/service, styling, settings, page, snippet, workflow, published REST service) but agent is absent.Reproduction
Expected
ALTER AGENT should allow modifying agent properties (Instructions, knowledge bases, MCP services) consistent with other ALTER operations.
Impact
Cannot modify agents after creation without DROP + re-CREATE.