cleanup diff, cleanup agent

This commit is contained in:
Kujtim Hoxha
2025-04-13 14:37:05 +02:00
parent 3ad983db0f
commit cdc5f209dc
19 changed files with 462 additions and 558 deletions

View File

@@ -66,7 +66,7 @@ type BaseTool interface {
Run(ctx context.Context, params ToolCall) (ToolResponse, error)
}
func getContextValues(ctx context.Context) (string, string) {
func GetContextValues(ctx context.Context) (string, string) {
sessionID := ctx.Value(SessionIDContextKey)
messageID := ctx.Value(MessageIDContextKey)
if sessionID == nil {