• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

dcdpr / jp / 21070312192 / 1
65%
main: 65%

Build:
DEFAULT BRANCH: main
Ran 16 Jan 2026 02:48PM UTC
Files 176
Run time 4s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

16 Jan 2026 02:42PM UTC coverage: 51.91% (-0.3%) from 52.205%
21070312192.1

push

github

web-flow
feat(config, llm, tools): Support tool questions targeted at assistant (#381)

Tools can now define questions that are meant to be answered by the
assistant instead of the user. This enables more complex tool
interactions where the assistant provides missing information needed for
tool execution.

The `answers` configuration in `ToolConfig` is replaced by a more
flexible `questions` mapping. Each question can specify a `target`
(either `user` or `assistant`) and an optional fixed `answer`. When a
tool requests a question targeted at the assistant, the CLI will
automatically prompt the assistant to provide the answer and re-run the
tool with a special `tool_answers` argument.

To facilitate this, `ToolDefinition` now includes a `tool_answers`
parameter in its JSON schema when assistant-targeted questions are
configured. The `TurnState` is also updated to track pending tool
questions across multiple request-response cycles.

---------

Signed-off-by: Jean Mertz <git@jeanmertz.com>

10190 of 19630 relevant lines covered (51.91%)

119.11 hits per line

Source Files on job 21070312192.1
  • Tree
  • List 176
  • Changed 7
  • Source Changed 7
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21070312192
  • 8407ca6c on github
  • Prev Job for on main (#21067387390.1)
  • Next Job for on main (#21076945327.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc