Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion BloggerAgent.Api/Controllers/TelexIntegrationController.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using Microsoft.AspNetCore.Http;
using Microsoft.AspNetCore.Mvc;
using BloggerAgent.Application.IServices;
using BloggerAgent.Domain.Commons;
using BloggerAgent.Application.Helpers;

namespace BloggerAgent.Api.Controllers
{
Expand Down
12 changes: 1 addition & 11 deletions BloggerAgent.Application/Helpers/AgentSpec.cs
Original file line number Diff line number Diff line change
Expand Up @@ -43,17 +43,7 @@ public static string GetAgentCard()
{
Organization = "AI Blogger Services Org",
Url = "https://telex-blogger-agent-docs.onrender.com"
},
//SecuritySchemes = new Dictionary<string, SecurityScheme>()
//{
// ["bearerAuth"] = new HTTPAuthSecurityScheme()
// {
// Type = "openIdConnect",
// Scheme = "openIdConnect",
// BearerFormat = "JWT",

// },
//},
},
Skills = new[]
{
new Skill
Expand Down
115 changes: 0 additions & 115 deletions BloggerAgent.Domain/Commons/AgentSpec.cs

This file was deleted.

Loading