Skip to content

Commit 8c02856

Browse files
committed
Responses
Signed-off-by: Hubert Zub <hubert.zub@databricks.com>
1 parent a36b8f8 commit 8c02856

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • integrations/appkit-agent/src/agent-plugin

integrations/appkit-agent/src/agent-plugin/agent.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ export class AgentPlugin extends Plugin<IAgentConfig> {
217217
injectRoutes(router: express.Router) {
218218
const handler = createInvokeHandler(() => this.getAgentImpl());
219219
router.post("/", handler);
220+
router.post("/responses", handler);
220221
this.registerEndpoint("invoke", `/api/${this.name}`);
221222
}
222223

0 commit comments

Comments
 (0)