Skip to content

Commit

Permalink
refactor: 一旦チューニングしたのでTODOを消す
Browse files Browse the repository at this point in the history
ただし本当に利用する際にはもう少しチューニングが必要なのでその点だけ気をつけうこと
  • Loading branch information
takatea committed Jan 13, 2025
1 parent afb6384 commit f761140
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/agents/travelPlanner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ const planSchema = z.object({

const outputParser = StructuredOutputParser.fromZodSchema(planSchema);

// TODO: プロンプトはチューニングが必要
const prompt = PromptTemplate.fromTemplate(
`# 必要要件
Expand Down

0 comments on commit f761140

Please sign in to comment.