Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dynamo
Commits
b20ef999
"launch/dynamo-run/src/vscode:/vscode.git/clone" did not exist on "9c7b1ead4360281d843b39238b71fa536b68ef99"
Commit
b20ef999
authored
Feb 27, 2025
by
Paul Hendricks
Committed by
GitHub
Feb 27, 2025
Browse files
fix: add skip_serializing if none (#297)
parent
151a2a1d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
+2
-0
lib/llm/src/protocols/openai/chat_completions.rs
lib/llm/src/protocols/openai/chat_completions.rs
+2
-0
No files found.
lib/llm/src/protocols/openai/chat_completions.rs
View file @
b20ef999
...
...
@@ -38,6 +38,8 @@ pub use delta::DeltaGenerator;
pub
struct
NvCreateChatCompletionRequest
{
#[serde(flatten)]
pub
inner
:
async_openai
::
types
::
CreateChatCompletionRequest
,
#[serde(skip_serializing_if
=
"Option::is_none"
)]
pub
nvext
:
Option
<
NvExt
>
,
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment