Skip to content

Add format code toolcall #212

@planger

Description

@planger

PO @eneufeld

Feature: LLM formats code using tool call

Scenario: LLM runs code formatting via tool call
  Given the LLM has access to a tool that formats code
  And the LLM has identified a file that requires formatting
  When the LLM decides to format the code
  Then the LLM triggers the formatting tool call
  And it passes the correct file path as an argument
  And the tool formats the specified file

Don't forget to update the coder prompt and test this

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions