This commit is contained in:
dexhorthy
2025-05-17 12:34:54 -07:00
parent 3bbe96fe8d
commit b1e3474d3a
10 changed files with 16 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ function DetermineNextStep(
thread: string
) -> DoneForNow {
client Qwen3
// client "openai/gpt-4o"
// use /nothink for now because the thinking tokens (or streaming thereof) screw with baml (i think (no pun intended))
prompt #"

View File

@@ -16,6 +16,8 @@ function DetermineNextStep(
) -> CalculatorTools | DoneForNow {
client Qwen3
// client "openai/gpt-4o"
// use /nothink for now because the thinking tokens (or streaming thereof) screw with baml (i think (no pun intended))
prompt #"
{{ _.role("system") }}

View File

@@ -15,6 +15,7 @@ function DetermineNextStep(
thread: string
) -> CalculatorTools | DoneForNow {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -15,6 +15,7 @@ function DetermineNextStep(
thread: string
) -> CalculatorTools | DoneForNow {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -15,6 +15,8 @@ function DetermineNextStep(
) -> CalculatorTools | DoneForNow {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -27,6 +27,8 @@ function DetermineNextStep(
) -> HumanTools | CalculatorTools {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -26,6 +26,7 @@ function DetermineNextStep(
thread: string
) -> HumanTools | CalculatorTools {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -27,6 +27,8 @@ function DetermineNextStep(
) -> HumanTools | CalculatorTools {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -27,6 +27,8 @@ function DetermineNextStep(
) -> HumanTools | CalculatorTools {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}

View File

@@ -27,6 +27,8 @@ function DetermineNextStep(
) -> HumanTools | CalculatorTools {
client Qwen3
// client "openai/gpt-4o"
prompt #"
{{ _.role("system") }}