discourse/plugins/discourse-ai/lib/completions
Jarek Radosz bf360a0539
DEV: Stop prometheus/ai spam in plugin backend specs (#39245)
No more of these

```
E, [2026-04-13T13:40:33.862133 #2069] ERROR -- : Prometheus Exporter, failed to send message Connection refused - connect(2) for "localhost" port 9405
```
2026-04-14 10:24:46 +02:00
..
dialects FEATURE: Add AWS Bedrock Converse API provider (#38903) 2026-03-30 12:37:30 -03:00
endpoints FEATURE: add application inference profile support for AWS Bedrock (#38904) 2026-03-30 13:54:19 -03:00
anthropic_message_processor.rb FEATURE: add support for tracking write tokens and anthropic caching and Gemini Pro 3 (#36113) 2025-11-21 07:42:54 +11:00
cancel_manager.rb
converse_message_processor.rb FEATURE: Add AWS Bedrock Converse API provider (#38903) 2026-03-30 12:37:30 -03:00
execution_context.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
json_stream_decoder.rb
json_streaming_parser.rb
json_streaming_tracker.rb FEATURE: Use evals to compare LLMs and Personas' prompts (#36027) 2025-11-18 10:39:52 -03:00
llm.rb FEATURE: Add AWS Bedrock Converse API provider (#38903) 2026-03-30 12:37:30 -03:00
llm_metric.rb DEV: Stop prometheus/ai spam in plugin backend specs (#39245) 2026-04-14 10:24:46 +02:00
llm_presets.rb FIX: update model presets to Claude 4.6 and refresh OpenRouter models (#37934) 2026-02-20 15:49:33 +11:00
nova_message_processor.rb
open_ai_message_processor.rb FEATURE: add conditional param visibility and new reasoning options (#38106) 2026-03-02 11:18:43 +11:00
open_ai_responses_message_processor.rb FIX: properly terminate chains of tool calls across multiple providers (#36750) 2025-12-19 07:00:51 +11:00
prompt.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
prompt_messages_builder.rb FEATURE: add support for tracking write tokens and anthropic caching and Gemini Pro 3 (#36113) 2025-11-21 07:42:54 +11:00
report.rb DEV: Adjustments in usage page for LLM's with credit allocations (#36566) 2025-12-09 09:55:29 -08:00
structured_output.rb FEATURE: support thinking summary on responses API (#36013) 2025-11-18 07:54:14 +11:00
thinking.rb FEATURE: support thinking summary on responses API (#36013) 2025-11-18 07:54:14 +11:00
token_usage_tracker.rb FEATURE: add agentic execution mode for AI personas (#38230) 2026-03-05 15:06:54 +11:00
tool_call.rb FEATURE: add support for tracking write tokens and anthropic caching and Gemini Pro 3 (#36113) 2025-11-21 07:42:54 +11:00
tool_definition.rb FEATURE: Add MCP server integration to AI agents (#38706) 2026-03-25 17:32:27 +11:00
tool_result.rb DEV: ToolResult#== returns nil instead of false for non-ToolResult comparisons (#37522) 2026-02-04 15:01:31 +08:00
upload_encoder.rb FIX: Return file paths from FileStore download methods (#37760) 2026-02-17 11:56:50 +01:00
xml_tag_stripper.rb
xml_tool_processor.rb