MCPcopy Create free account

hub / github.com/akshayballal95/smolagents-rs / functions

Functions122 in github.com/akshayballal95/smolagents-rs

Methodnew
( base_url: Option<&str>, model_id: Option<&str>, temperature: Option<f32>, ap
src/models/openai.rs:121
Methodnew
()
src/models/ollama.rs:56
Methodplanning_step
(&mut self, task: &str, is_first_step: bool, _step: usize)
src/agents.rs:448
Methodrun
( &self, messages: Vec<Message>, tools_to_call_from: Vec<ToolInfo>, max_tokens
src/models/openai.rs:145
Methodrun
( &self, messages: Vec<Message>, tools_to_call_from: Vec<ToolInfo>, max_tokens
src/models/ollama.rs:99
Methodtemperature
(mut self, temperature: Option<f32>)
src/models/ollama.rs:72
Functiontest_duckduckgo_search_tool
()
src/tools/ddg_search.rs:112
Functiontest_evaluate_python_code
()
src/local_python_interpreter.rs:1048
Functiontest_evaluate_python_code_append_to_list
()
src/local_python_interpreter.rs:1351
Functiontest_evaluate_python_code_with_dict
()
src/local_python_interpreter.rs:1239
Functiontest_evaluate_python_code_with_error
()
src/local_python_interpreter.rs:1399
Functiontest_evaluate_python_code_with_joined_str
()
src/local_python_interpreter.rs:1056
Functiontest_evaluate_python_code_with_list_comprehension
()
src/local_python_interpreter.rs:1331
Functiontest_evaluate_python_code_with_slice
()
src/local_python_interpreter.rs:1157
Functiontest_evaluate_python_code_with_subscript
()
src/local_python_interpreter.rs:1081
Functiontest_final_answer_execution
()
src/local_python_interpreter.rs:1069
Functiontest_final_answer_tool
()
src/tools/final_answer.rs:52
Functiontest_for_loop
()
src/local_python_interpreter.rs:1205
Functiontest_for_loop_with_tools
()
src/local_python_interpreter.rs:1225
Functiontest_google_search_tool
()
src/tools/google_search.rs:144
Functiontest_visit_website_tool
()
src/tools/visit_website.rs:94
Methodurl
(mut self, url: String)
src/models/ollama.rs:77
← previous101–122 of 122, ranked by callers