Skip to content

Commit

Permalink
add spec
Browse files Browse the repository at this point in the history
  • Loading branch information
abeatrix committed Feb 14, 2025
1 parent dd007ca commit 8cc3f40
Show file tree
Hide file tree
Showing 3 changed files with 173 additions and 114 deletions.
2 changes: 1 addition & 1 deletion vscode/src/chat/agentic/CodyTool.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export abstract class CodyTool {
public getInstruction(): PromptString {
const { tag, subTag } = this.config.tags
const { instruction, placeholder, examples } = this.config.prompt
const input_schema = this.config.input_schema
const input_schema = this.config.spec?.input_schema
try {
if (input_schema) {
const toolDefinition = JSON.stringify(
Expand Down
Loading

0 comments on commit 8cc3f40

Please sign in to comment.