Skip to content

Commit

Permalink
chore: fix fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhogman committed Jan 10, 2024
1 parent ee0a117 commit 9725ee4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/llm-chain/src/agents/self_ask_with_search.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/// - some models have safety measures against asking about events which are in the future (from the point of view of the model); they will not even attempt to use the search tool
/// - models sometimes finish on "Intermediate answer: ..." if it contains the final answer to the question
/// - models sometimes immediately answer with "Yes, ..." or "No, ..."; they should always structure their final answer with "So the final answer is: ..." (or equivalent)
use crate::{
options::Options,
parameters,
Expand Down

0 comments on commit 9725ee4

Please sign in to comment.