File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ def custom_events() -> list[CustomEvent]:
225
225
### Examples
226
226
227
227
For more examples of how to use [ ` Adapter ` ] [ pydantic_ai.ag_ui.Adapter ] see
228
- [ ` pydantic_ai.ag_ui_examples ` ] ( https://github.com/pydantic/pydantic-ai/tree/main/examples/pydantic_ai.ag_ui_examples ) ,
228
+ [ ` pydantic_ai_ag_ui_examples ` ] ( https://github.com/pydantic/pydantic-ai/tree/main/examples/pydantic_ai_ag_ui_examples ) ,
229
229
which includes working server for the with the
230
230
[ AG-UI Dojo] ( https://docs.ag-ui.com/tutorials/debugging#the-ag-ui-dojo ) which
231
231
can be run from a clone of the repo or with the ` pydantic-ai-examples ` package
Original file line number Diff line number Diff line change @@ -293,7 +293,7 @@ class AdapterRunTest:
293
293
# Test parameter data
294
294
def tc_parameters () -> list [AdapterRunTest ]:
295
295
if not has_ag_ui : # pragma: no branch
296
- return [AdapterRunTest (id = 'skipped' , runs = [])] # pragma: no cover
296
+ return [AdapterRunTest (id = 'skipped' , runs = [])]
297
297
298
298
return [
299
299
AdapterRunTest (
You can’t perform that action at this time.
0 commit comments