issues Search Results · language:Edge language:Python linked:pr linked:pr language:Java language:Java linked:pr
Filter by
178k results
What breaks
When a user passes a logits processor as a string FQCN (fully-qualified class name) that is missing the required colon
separator — for example `\ mymodule.MyCustomLogitsProcessor\ ` instead ...
Three tools silently do the wrong thing on plausible input:
1. revalidate_fact_sources() with no args resets ALL sources. With neither source_id nor source_type, it runs an
unfiltered UPDATE fact_sources ...
In `construct_type` (src/cohere/core/unchecked_base_model.py line 363), when `type_` is a bare unparameterized `dict`
(or `typing.Dict`), `get_origin(dict)` returns `None`, so `base_type = get_origin(type_) ...
Bug
resolve_ref in src/agents/strict_schema.py performs a bare value = resolved[key] on line 159 without guarding against
KeyError. When ensure_strict_json_schema encounters a property schema with both ...
When merging embed responses where any ApiMeta has billed_units=None (which is the default for
Optional[ApiMetaBilledUnits]), merge_meta_field builds a list that includes None entries. sum_fields_if_not_none ...
Calling function_schema() (or using @function_tool) on a function whose parameter is named model_dump, model_dump_json,
model_validate, model_validate_json, or model_validate_strings raises an unhandled ...
배경 / 목적
C2 — 질의측 검색. refined_query 임베딩 → Qdrant dense(도메인 필터+폴백) → bge-reranker-v2-m3 리랭킹 → top-N SourceDocument. D의
retrieve_node 스텁 구현. B ChildChunk에 정합.
설계: docs Jeongu/02_retrieval_design.md
Sprint ...
feat
priority-P0
track-C
Both `is_classifier()` (line 225) and `as_classifier()` (line 167) call `get_args(typ)[0]` after confirming
`get_origin(typ) is list`, but they never check whether `get_args()` is non-empty. Passing a ...
What breaks
Calling jsonschema_to_type({ type : [ null ]}) raises IndexError: list index out of range in schema_to_type() at
line 302 of src/marvin/utilities/jsonschema.py.
A related crash exists in ...

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip! Restrict your search to the title by using the in:title qualifier.