refactor: add agent_id to various interfaces and improve field organization
This commit is contained in:
@@ -5,4 +5,7 @@
|
||||
* OpenAPI spec version: 0.1.0
|
||||
*/
|
||||
|
||||
/**
|
||||
* Runtime heartbeat behavior overrides for this agent.
|
||||
*/
|
||||
export type AgentCreateHeartbeatConfig = { [key: string]: unknown } | null;
|
||||
|
||||
Reference in New Issue
Block a user