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 docs/agents/streaming.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Streaming is supported by these providers:
- **OpenRouter** - Most models with streaming capability
- **Ollama** - Local models with streaming support

See the [providers documentation](/docs/providers) for provider-specific configuration.
See the [providers documentation](/providers) for provider-specific configuration.

## Best Practices

Expand Down
8 changes: 4 additions & 4 deletions docs/examples/data_extraction_agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ Generate schemas dynamically from your models:
- Schema mirrors database structure
- Single source of truth for validations

Learn more: [Structured Output](/actions/structured-output#schema-generation)
Learn more: [Structured Output](/actions/structured_output#schema-generation)

## Common Patterns

Expand Down Expand Up @@ -134,7 +134,7 @@ OpenAI's GPT-4o models provide the best balance of accuracy and speed for resume

## See Also

- [Structured Output](/actions/structured-output) - JSON schema validation
- [Structured Output](/actions/structured_output) - JSON schema validation
- [Messages](/actions/messages) - Multimodal content (PDFs, images)
- [OpenAI Provider](/providers/open-ai) - Configuration details
- [OpenRouter Provider](/providers/open-router) - Alternative provider with 200+ models
- [OpenAI Provider](/providers/open_ai) - Configuration details
- [OpenRouter Provider](/providers/open_router) - Alternative provider with 200+ models
4 changes: 2 additions & 2 deletions docs/framework/instrumentation.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,8 @@ CustomAgentLogger.attach_to :active_agent

## Related Documentation

- **[Agents](/framework/agents)** - Learn about agent lifecycle, callbacks, and the generation cycle
- **[Agents](/agents)** - Learn about agent lifecycle, callbacks, and the generation cycle
- **[Callbacks](/agents/callbacks)** - Understand callback hooks like `before_generation` and `after_generation`
- **[Providers](/framework/providers)** - Explore provider-specific behavior and configuration
- **[Providers](/providers)** - Explore provider-specific behavior and configuration
- **[Testing](/framework/testing)** - Test agents and instrumentation in your test suite
- **[Configuration](/framework/configuration)** - Configure instrumentation behavior across environments
2 changes: 1 addition & 1 deletion docs/providers/mock.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The Mock provider accepts structured output parameters but doesn't validate or e

## Related Documentation

- [Providers Overview](/framework/providers)
- [Providers Overview](/providers)
- [Anthropic Provider](/providers/anthropic) - Anthropic Claude configuration
- [Configuration Guide](/getting_started#configuration)
- [Testing Guide](/framework/testing)
2 changes: 1 addition & 1 deletion docs/providers/ollama.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ Ollama-specific error handling for connection failures and missing models. For c
- [Embeddings Framework](/actions/embeddings) - Complete guide to embeddings
- [Configuration](/framework/configuration) - Global provider setup
- [Structured Output](/actions/structured_output) - Structured output patterns
- [Providers Overview](/framework/providers) - Provider comparison
- [Providers Overview](/providers) - Provider comparison
- [Configuration Guide](/getting_started#configuration) - Setup and configuration
- [Error Handling](/agents/error_handling) - Error handling strategies
- [Ollama Documentation](https://ollama.ai/docs) - Official Ollama docs
Expand Down